<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Program Flow > Repeat/Until |
Description
Define a block of program statements that are executed repeatedly for as long as certain conditions are met.
Syntax
Repeat
...
{statements}
...
Until {LogicalExpression}
Returns
Parameters
Remarks
Restrictions
See also
Examples