We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@jaromir-sukuba I think 1.11 broke BASIC
Every line is now truncated after a space following the first command
Sorry, something went wrong.
My fault, it should be back to normal in 1.12
Tested and working.
jaromir-sukuba
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: