Applesoft Basic
From WikiWad
[edit]
Applesoft BASIC
[edit]
commands
- CATALOG shows a list of files you can load
- CATALOG,S6,D2 shows the catalog of the disk in drive 2
- LOAD [FILENAME] loads a program
- SAVE [FILENAME] saves a program
- DELETE [FILENAME] deletes a program
- RUN runs the program you have already loaded
- LIST shows the program listing
- HOME clears the screen
- NEW clears out any program you have loaded
[edit]

