Contents of this page:
While constructs are converted to their Python equivalents.
While Condition Val = Val + 1Wend
while Condition: Val = Val + 1
There are no options for the While construct.