From 9b3da634adad32804b9497f798821308dff570a6 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sat, 3 Jan 2015 16:52:24 -0700 Subject: [PATCH] Fix typo --- reference.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.htm b/reference.htm index 1287d06..e14eec8 100644 --- a/reference.htm +++ b/reference.htm @@ -529,7 +529,7 @@ object representing the program.

- take a peek at the code if you want the gruesome details. Source lines may only start with line numbers or (as an extension) separators. Special statement parsing is done while lexing: REM consumes anything to the next - line break, and DATA statements yeild an array of strings + line break, and DATA statements yield an array of strings from the comma-delimited, optionally-quoted values in the source.