BASIC interpreter
This commit is contained in:
0
data/README.md
Executable file → Normal file
0
data/README.md
Executable file → Normal file
@@ -1,2 +1,4 @@
|
||||
PRINT "Hello World!"
|
||||
FOR A = 1 TO 10
|
||||
PRINT A
|
||||
NEXT A
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user