uli / basicengine-firmware

BASIC Engine Firmware
78 stars 16 forks source link

GOTO/GOSUB variable pointer allows numbers but not strings #65

Open bitartrate opened 4 years ago

bitartrate commented 4 years ago

I have found that: 10 b=100 20 goto b Works just fine.

However; 10 b$="&foo" 20 gosub b$ does not. I have tried all manner of CHR$() and formulas to no avail. It would be nice to have this ability.