This command enables you to terminate conditional blocks when
using the define, if, and while commands.
Example
Example 33. end
# Define a while loop containing commands to conditionally execute
# myVar is is a variable in the application code
while myVar<10
step
wait
x
set myVar++
end