EgonOlsen71 / basicv2

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

BasicShell: no INPUT for numeric variable possible #50

Closed viteisele closed 1 year ago

viteisele commented 1 year ago

I opened a new issue#1 for project C64Screen: When there is a INPUT for a numeric variable, e. g. 100 INPUT A, after pressing return there is always following error although the input was numeric, e. g. 1: ?REDO FROM START

This error is probably caused by BasicShell.

EgonOlsen71 commented 1 year ago

There was a stray character at the start of each input string when using the shell. Should be fixed now.

viteisele commented 1 year ago

It works now, thank you :-)