| Note: Usage options |
The DOWHILE command is used to create a conditional loop and to continue looping whilst the condition is true. The end of the loop is "delimited" by the associated ENDWHILE command.
| Note: The DOUNTIL command is similar in structure to the DOWHILE command. However, in the DOUNTIL command, the condition is not checked BEFORE doing the first iteration. |
Refer to the ENDWHILE command for more information and examples of both of these commands.
Required DOWHILE ------ COND -------- 'condition' ---------------------| |