A BASIC interpreter for Arduino, ESP, RP2040, STM32, Infineon XMC and POSIX with IoT and microcontroller features.
GNU General Public License v3.0
208
stars
32
forks
source link
Type handling on READ inconsistent #22
Closed
slviajero closed 1 year 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.