dykstrom / basic-mode

Emacs major mode for editing BASIC code
GNU General Public License v3.0
7 stars 10 forks source link

Additional BASIC statements #3

Closed tillheilmann closed 6 years ago

tillheilmann commented 6 years ago

Here are some ideas for additional BASIC statements to be supported:

call cls def dim mat on (... goto/gosub) peek poke repeat restore stop sub tron troff usr

dykstrom commented 6 years ago

Thanks for your ideas! I have added both functions and statements to the syntax highlighting.