dykstrom / basic-mode

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

Additional BASIC functions #2

Closed tillheilmann closed 6 years ago

tillheilmann commented 6 years ago

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

asc atn chr$ cos exp int len left$ log log10 mid$ pi right$ rnd sgn sin sqr str$ tab tan val

dykstrom commented 6 years ago

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