next up previous contents index
Next: break Up: Control Structures Previous: while   Contents   Index

dowhile

dowhile expression
statements
end

On each pass through the loop, execute statements, then evaluate expression. If expression evaluates to zero, exit the loop.



Stephen R. Whiteley 2022-05-28