要求されたページは選択されたバージョンでは利用できない。
end if
Description
End a conditional line sequence.
Arguments
There are no arguments for this action.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
Action lines appearing after an end if are interpreted normally; that is, unconditionally. (Or, to be more specific – and to account for the case of nested if/end if blocks – the end if brings an end to the application of all conditionals specified between it and its matching if.)
Applicable Built-In Settings
The following settings are applicable to this action: none.
Example
Action Lines
Result