neilsf / xc-basic3

A BASIC cross compiler for MOS 6502-based machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser does not accept variable name starting with "let"

orlof opened this issue · comments

DIM Letter AS STRING*1

Letter = "A"

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