Skip to content

Commit

Permalink
Documented LOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan committed Mar 25, 2023
1 parent 24b3ffc commit 0cb70a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ File names must be strings. To load a program you need to enter

LOAD "myprog.bas"

i.e. with the filename enclosed quotes.
i.e. with the filename enclosed quotes.

Started from the command line, LOAD will merge a program loaded with the program already in memory. In RUN mode a LOAD replaces the program in memory, clears all FOR, GOSUB and DATA pointer but keeps the variables. This way a program can chain another program.

### Special variables and arrays

Expand Down

0 comments on commit 0cb70a7

Please sign in to comment.