Skip to content

Commit

Permalink
Merge pull request #2190 from toncho11/patch-3
Browse files Browse the repository at this point in the history
Update BASIC README.md
  • Loading branch information
ghaerr authored Jan 19, 2025
2 parents 1fb2a47 + 5b160bf commit 7898cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elkscmd/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ A complete BASIC interpreter for your 80's home computer! This BASIC supports al

This interpreter uses some of the commands from Sinclair the original BASIC, but string functions are the newer RIGHT$/LEFT$ variety, rather than A$(2 TO 5) Sinclair-style slicing.

To exit BASIC use CTRL-D. To quit a basic program use CTRL-C.

BASIC Language
--------------
Variables names can be up to 8 alphanumeric characters but start with a letter e.g. a, bob32
Expand Down

0 comments on commit 7898cc9

Please sign in to comment.