From f61407a2013d2ca323eb7958acbe22b5fe052a16 Mon Sep 17 00:00:00 2001
From: Joshua Bell
This is intended as a quick reference for the Applesoft BASIC in JavaScript by Joshua Bell.
Extensions beyond Applesoft BASIC are called out with footnotes.
-Applesoft BASIC Quick Reference
See also:
Error codes can be determined by calling
PEEK(222)
in an ONERR handler.
See also
+See also
POKE 32,n
... POKE 37,n
-
+
For the even geekier in the audience...
Compilation is done by splitting the input into tokens which are then @@ -508,9 +504,9 @@ which are used as arguments for the library calls.
the output of the compiler is an array of statement-functions plus a driver function which implements the logic for walking over the array.- +
DEF FN
supports string and integer functions
@@ -566,5 +562,3 @@ function which implements the logic for walking over the array.}(document.getElementById("toc"))); - -