Hack-a-Day / 2018-Supercon-Badge

Retrocomputing badge for the 2018 Hackaday Superconference
https://hackaday.io/project/161859-2018-hackaday-superconference-badge
MIT License
27 stars 8 forks source link

BASIC: All lines truncated after space #15

Closed szczys closed 6 years ago

szczys commented 6 years ago

Tested in v1.11

Replicate: type into basic interpreter: 10 let a = input "Enter value: "

List your program and you will see 10 let with the rest truncated

@Roger-random encountered a different problem in #9 . This is a new problem.

szczys commented 6 years ago

@jaromir-sukuba I think 1.11 broke BASIC

Every line is now truncated after a space following the first command

jaromir-sukuba commented 6 years ago

My fault, it should be back to normal in 1.12

szczys commented 6 years ago

Tested and working.