This commit is contained in:
Joshua Bell 2015-01-03 16:52:24 -07:00
parent 58d9193d0b
commit 9b3da634ad
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ object representing the program.</p>
- 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: <code>REM</code> consumes anything to the next
line break, and <code>DATA</code> statements yeild an array of strings
line break, and <code>DATA</code> statements yield an array of strings
from the comma-delimited, optionally-quoted values in the source.
</p>