![]() |
<< Index >> |
FutureBasic |
while | statement | |
|
statementBlock
consists of zero or more executable statements, possibly including other while-loops. When a statementBlock
; otherwise it jumps down to the first statement following statementBlock
statements are executed, the process is repeated; statementBlock
statements are executed again. This loop continues until statementBlock
are not executed at all.
statementBlock
at least once.
See also
for...next; do...until; If; break; continue