-
Notifications
You must be signed in to change notification settings - Fork 0
WHILE
Andrew Owen edited this page May 30, 2023
·
2 revisions
WHILE expr
Initiates a WHILE-WEND loop. If expr evaluates to zero, WHILE jumps to the
statement immediately after the matching WEND. If not, execution continues.
expr is a numeric expression.
- No matching
WENDis found: WHILE without WEND. -
exprhas a string value: Type mismatch.
- Press
RETURNto return to this menu. - Enter the name of a
TOPICto display it. - Enter
EXITto return to BASIC.
Choose from the following topics: