Rebooting the QBasic we all know and love!
Returns the cursor column position.
POS(dummy_argument)
POS
POS doe snot use the parameter dummy_argument.
FOR i = 1 TO 100 IF (POS(0) > 50) THEN PRINT i ELSE PRINT i; 'same line END IF NEXT