Skip to content

Commit 64e722b

Browse files
committed
Add in bug about lowercase variable names
1 parent b590194 commit 64e722b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,13 @@ has followed suit.
429429
* Hackerb9 has documented the file format of tokenized BASIC at
430430
http://fileformats.archiveteam.org/wiki/Tandy_200_BASIC_tokenized_file
431431

432+
## Known Bugs
433+
434+
* Currently no attempt is made to change lowercase variable names to
435+
UPPERCASE. The Model T computers cannot run programs with lowercase
436+
variables (Syntax Error). One can use EDIT on such a program and
437+
simply resave it to fix the case issue.
438+
432439
## Alternatives
433440

434441
Here are some other ways that you can tokenize Model 100 BASIC when

0 commit comments

Comments
 (0)