slviajero / tinybasic

A BASIC interpreter for Arduino, ESP, RP2040, STM32, Infineon XMC and POSIX with IoT and microcontroller features.
GNU General Public License v3.0
203 stars 31 forks source link

Type handling on READ inconsistent #22

Closed slviajero closed 1 year ago

slviajero commented 2 years ago

10 DATA "A" 20 READ S 30 PRINT S

gives 0 instead of 65. No automatic conversion as intended in the logic of the language.

slviajero commented 1 year ago

Fixed, imporved xread() code