neilsf / xc-basic3

A BASIC cross compiler for MOS 6502-based machines
MIT License
44 stars 5 forks source link

Parser does not accept variable name starting with "let" #250

Closed orlof closed 8 months ago

orlof commented 11 months ago
DIM Letter AS STRING*1

Letter = "A"

test.bas:3.0: NOTICE: Variable "ter" implicitly defined as string * 1