OWBasic for Pocketviewer

Home INTRO Group CONTROL Alphabetical Index

Program loop

WHILE <boolean expression>
<instructions>
WEND

The instructions are executed in a loop as long as the boolean expression is TRUE.


  • FOR - Program loop
  • LOOP - Program loop
Home INTRO Group CONTROL Alphabetical Index