EgonOlsen71 / basicv2

A Commodore (CBM) BASIC V2 interpreter/compiler written in Java
https://egonolsen71.github.io/basicv2/
The Unlicense
85 stars 15 forks source link

found little bug ... #6

Closed nietoperz809 closed 7 years ago

nietoperz809 commented 7 years ago

This compiles without error

10 3 = 1 : PRINT 3 15 3% = 1 : PRINT 3%

Output is 3 and 1 :(

EgonOlsen71 commented 7 years ago

Oops...a little oversight when checking the variable names for validity. Should be fixed now.