Next: , Previous: Repeat - End, Up: Commands


10.4.3 Dowhile - End

General Form:

          dowhile condition
            statement
            ...
          end

The same as while, except that the condition is tested after the statements are executed.