ENDFOR

From ICE Enterprises
Revision as of 18:04, 27 April 2020 by ConvertBot (talk | contribs) (end a FOREACH block)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

end a FOREACH block

 Each FOREACH statement in a macro must be coupled with an 
 ENDFOR statement at the end of the FOREACH block.  
 
 Note that FORALL commands are single-line blocks that do 
 not require a terminating ENDFOR.

SEE ALSO:  FORALL, FOREACH, BREAK