HiLMAs reference
Back

Control Instructions

Next

ITERATER

   ITERATER

 

Description

Used inside a REPEAT/UNTIL iteration, ITERATER begin again the loop before the UNTIL instruction, that is condition is tested and, if false, loop continue.

 


LEAVER

LEAVER

 

Description

Used inside a REPEAT/UNTIL iteration, LEAVER exit unconditionally before the end of loop.

 

 

Examples

 


Back Start Next
REPEAT / UNTIL Top SELECT