1
0
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:
Steven Hugg
2020-08-12 10:51:18 -05:00
parent 6c7e852748
commit 0fd04658cb
3 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -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