Added input ability to BASIC
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FOR A = 1 TO 10
|
||||
PRINT A
|
||||
NEXT A
|
||||
PRINT "What's your name?"
|
||||
INPUT $1
|
||||
PRINT "Hello " ;
|
||||
PRINT $1
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user