Navigation:  Commands > Infobox Information File [IIF] >

$break [IIF]

Previous pageReturn to chapter overviewNext page

Exit from repeat/until loop

$break


This command terminates a loop set up with the $repeat and $until commands.  It is ignored if it is positioned outside a repeat/until loop.

The command has no parameters.

Example:

$repeat

...

$if @x = 17

$break

$endif

$until 1 != 1

 


Topic url: http://www.copia.com/support/refmanual/index.html?$break.htm