WHILE - source-solutions/HELP GitHub Wiki

WHILE


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.

Parameters

expr is a numeric expression.

Errors

  • No matching WEND is found: WHILE without WEND.
  • expr has a string value: Type mismatch.
⚠️ **GitHub.com Fallback** ⚠️