HiLMAs reference
Back

Control Instructions

Next

ITERATEF

   ITERATEF

 

Description

Used inside a FOR/NEXT loop, ITERATEF begin again the loop before the NEXT instruction, as if NEXT statement would be reached (that is, incrementing loop counter).

 


LEAVEF

   LEAVEF

 

Description

Used inside a FOR/NEXT loop, LEAVEF exit before the end of loop.

 

Examples

 


Back Start Next
FOR / NEXT Top WHILE