◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── WHILE condition . . . WEND ■ condition A numeric expression that BASIC evaluates as true (nonzero) or false (zero). ■ The program lines between the WHILE and WEND statements are executed as long as condition is true. See Also ◄DO...LOOP► ◄FOR...NEXT►