this post was submitted on 14 Jun 2023
45 points (94.1% liked)
Linux Gaming
15396 readers
88 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Languages that used line numbers didn't use semicolons to mark the end of a statement.
Also, this program would just say "goto 10" and then would popup an error because "hello world!" is not a statement.
But I'm just being silly.
Jumbling up that bit of rote code was the joke! But the semicolon isn’t supposed to end the line; it tells BASIC to suppress the newline after the
print
statement. Makes for a better endlessly scrolling text experience ;)