EXIT Command
Use the EXIT command to break execution of a loop.
This command is useful for checks such as the following:
!!if #a < 2*#b then
!! exit
!!endif
Use the EXIT command to break execution of a loop.
This command is useful for checks such as the following:
!!if #a < 2*#b then
!! exit
!!endif