Fixed some bugs with inputs
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
PRINT "Hello World"
|
||||
PRINT "Hello, what is your name?"
|
||||
INPUT $1
|
||||
PRINT "Hello " ;
|
||||
PRINT $1
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user