This website requires JavaScript.
Explore
Help
Sign In
lewis
/
basic-interpreter
Watch
1
Star
0
Fork
0
You've already forked basic-interpreter
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c7c7704b5d
basic-interpreter
/
inputs
/
simple_program.bas
4 lines
73 B
QBasic
Raw
Normal View
History
Unescape
Escape
Implement GO TO functionality
2023-01-03 14:38:07 +00:00
10
PRINT
"Hello World"
Cargo fmt
2023-01-13 15:57:17 +00:00
20
LET
apple
=
10
Support for assigning variables to other variables, printing variables, and commenting
2023-01-20 16:32:00 +00:00
30
LET
b$
=
"Hello"
40
LET
cat
=
apple
Reference in New Issue
Copy Permalink