We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70206b5 commit 4b85ee8Copy full SHA for 4b85ee8
1 file changed
docs/load.md
@@ -27,8 +27,8 @@ Parenthesis can be omitted (in Sinclair BASIC they were mandatory). You can also
27
SAVE "xxx" DATA
28
```
29
30
-With no varname saves ALL the entire user variable variable área plus the HEAP memory zone.
31
-That is, it saves all the program state. You can also use `LOAD`/`VERIFY` with this.
+With no varname saves ALL the entire user variable area plus the HEAP memory zone.
+That is, it saves the entire program state. You can also use `LOAD`/`VERIFY` with this.
32
33
##Remarks
34
* The save command should save bytes in a format that is 100% Sinclair BASIC Compatible
0 commit comments