From 0cb70a7e2e94777f62ef345f69a442b9d3efdcbc Mon Sep 17 00:00:00 2001 From: Stefan Date: Sat, 25 Mar 2023 16:47:34 +0100 Subject: [PATCH] Documented LOAD --- MANUAL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index a24a22f..7fad426 100755 --- a/MANUAL.md +++ b/MANUAL.md @@ -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