Comment on The BASIC programming language turns 60
LucasWaffyWaf@lemmy.world 6 months ago10 PRINT “Sausage slaps” 20 GOTO 10
Comment on The BASIC programming language turns 60
LucasWaffyWaf@lemmy.world 6 months ago10 PRINT “Sausage slaps” 20 GOTO 10
NemoWuMing@lemmy.world 6 months ago
10 PRINT “What is your name?” 20 INPUT $NAME 30 PRINT "Sausage slaps " + $NAME 40 GOTO 30