If the to option is not given, the command block within the loop will be repeated indefinitely. To stop looping, use either the
break or
break if command:
Any expression may be used with the breakif command, even a PML Function, provided the result is
BOOLEAN (i.e.
TRUE or
FALSE).
The ( ) parentheses are optional but recommended.