WHILE WEND

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
WHILE expression
WEND

Description:
WHILE initiates a WHILE-WEND loop. 
The loop ends with WEND, and execution reiterates through the loop as long as the 'expression' is true. 
This construct is included for Microsoft compatibility. 

New programs should use the DO WHILE … LOOP construct.

 

Last edited: 29 September, 2020