Modified the BASIC interpreter to support comments using #
and sol whitespace support (eg tabs or spaces for indentation)
This commit is contained in:
@@ -49,6 +49,6 @@ To allow for easier debugging.
|
||||
# BASIC development
|
||||
Please refer to the [MikeOS BASIC documentation](https://mikeos.sourceforge.net/handbook-appdev-basic.html)<br/>
|
||||
docs on writing BASIC code. In order to create new<br/>
|
||||
files, place them in the /data/ directory, not the file<br/>
|
||||
files, place them in the /data/ directory, note the file<br/>
|
||||
names are limited to 11 characters due to FAT12 limitations<br/>
|
||||
(8 for the name and 3 for the extension).
|
||||
|
||||
Reference in New Issue
Block a user