From 81fca862de2493ee18b973d54da36a3c967375ec Mon Sep 17 00:00:00 2001 From: Zellyn Hunter Date: Mon, 31 Oct 2016 23:00:37 -0400 Subject: [PATCH] Minor updates to applesoft notes --- lib/applesoft/notes.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/applesoft/notes.org b/lib/applesoft/notes.org index cf1b07b..efa37ad 100644 --- a/lib/applesoft/notes.org +++ b/lib/applesoft/notes.org @@ -16,3 +16,7 @@ http://www.txbobsc.com/scsc/scdocumentor/D52C.html by seeing if the character directly after "AT" is "N" OR "O", and forcing a non-match with "AT" if so. Note that this doesn't skip blanks. + +Data statements and REM statements seem to leave characters completely +intact (including storing the space, if any, after the "REM" or "DATA" +keyword).