You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the reserved space for a negative sign, and also helps when printing sequentially to the screen, since it'll automatically space numbers from each other.
FOR i = 1 TO 5
PRINT i;
NEXT
That results in " 1 2 3 4 5" in QB64, but yields "12345" in qbjs.
The text was updated successfully, but these errors were encountered:
It's the reserved space for a negative sign, and also helps when printing sequentially to the screen, since it'll automatically space numbers from each other.
That results in " 1 2 3 4 5" in QB64, but yields "12345" in qbjs.
The text was updated successfully, but these errors were encountered: