Closed szczys closed 6 years ago
Tested in v1.11
Replicate: type into basic interpreter: 10 let a = input "Enter value: "
10 let a = input "Enter value: "
List your program and you will see 10 let with the rest truncated
10 let
@Roger-random encountered a different problem in #9 . This is a new problem.
@jaromir-sukuba I think 1.11 broke BASIC
Every line is now truncated after a space following the first command
My fault, it should be back to normal in 1.12
Tested and working.
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.