Fixed some bugs with inputs

This commit is contained in:
deadvey
2026-03-08 22:07:21 +00:00
parent 7a9b82d57c
commit 88716c0b64
10 changed files with 199 additions and 32 deletions

View File

@@ -1,2 +1,5 @@
PRINT "Hello World"
PRINT "Hello, what is your name?"
INPUT $1
PRINT "Hello " ;
PRINT $1
END