General loop. The EndWhile command unconditionally branches back to the matching While.
Syntax
EndWhile
Example
WHILE PLANE_BANK > 5
PRINT "Turning left."
ENDWHILE