skx / gobasic

A BASIC interpreter written in golang.

Home Page:https://blog.steve.fi/tags/basic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable names ...

skx opened this issue · comments

This fails:

10 LET a1 = "Steve"
10 LET a2 = "Kemp"

We should allow numbers in variable-names - after an initial letter.