richpl / PyBasic

Simple interactive BASIC interpreter written in Python
GNU General Public License v3.0
170 stars 46 forks source link

README tweaks to reflect recent vintage basic updates #42

Closed brickbots closed 3 years ago

brickbots commented 3 years ago

Clarify string indexing, add missing LEFT/RIGHT to grammar section, fix syntax discrepancies in grammar section for input/print.

I did not add TAB into the grammar section yet as this behavior will change soon to respect actual tab boundaries.