mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-24 11:16:38 +00:00
basic: fixed tty column count, added hex/octal
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
15 PRINT
|
||||
20 INPUT "WOULD YOU MIND TYPING IN YOUR NAME";A$
|
||||
25 PRINT
|
||||
30 PRINT "THANKS, ";A$;"! THIS WILL BE FUN!"
|
||||
30 PRINT "THANKS, ";A$;"! THIS WILL BE FUN!";CHR$(7)
|
||||
35 PRINT
|
||||
40 INPUT "NOW TELL ME YOUR FAVORITE NUMBER";N
|
||||
45 PRINT
|
||||
|
||||
Reference in New Issue
Block a user