this post was submitted on 01 May 2024
146 points (98.7% liked)

retrocomputing

4048 readers
1 users here now

Discussions on vintage and retrocomputing

founded 1 year ago
MODERATORS
 

I was definitely a Commodore kid, and BASIC was my first language. Maybe it's nostalgia, but I still like BASIC for hobby stuff.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] LucasWaffyWaf@lemmy.world 4 points 5 months ago* (last edited 5 months ago) (1 children)

10 PRINT "Sausage slaps"

20 GOTO 10

[โ€“] NemoWuMing@lemmy.world 5 points 5 months ago* (last edited 5 months ago)
  • 10 PRINT "What is your name?"
  • 20 INPUT $NAME
  • 30 PRINT "Wet noodle slaps " + $NAME
  • 40 GOTO 30