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
10 FOR I= 1 TO 1000
20 PRINT TAB(I);"HELLO"
30 NEXT I
The output is not as expected. It stops shifting the characters after it reaches the end of the screen.
Reported by: Pascal Felique (on Facebook)
The text was updated successfully, but these errors were encountered:
10 FOR I= 1 TO 1000
20 PRINT TAB(I);"HELLO"
30 NEXT I
The output is not as expected. It stops shifting the characters after it reaches the end of the screen.
Reported by: Pascal Felique (on Facebook)
The text was updated successfully, but these errors were encountered: