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
Describe the bug The following code snippets produce inconsistent results:
x = INT("hello" <> "world") ' This works PRINT INT("hello" <> "world") ' This throws the error: invalid expression
This bug has persisted since version QB64 2.0.2 and occurs with PRINT and LPRINT statements (discovered so far), not PRINT USING or WRITE.
PRINT
LPRINT
PRINT USING
WRITE
To Reproduce Steps to reproduce the behavior:
PRINT INT("hello" <> "world")
Expected behavior The code should compile and run without errors, producing the expected output.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The following code snippets produce inconsistent results:
This bug has persisted since version QB64 2.0.2 and occurs with
PRINT
andLPRINT
statements (discovered so far), notPRINT USING
orWRITE
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The code should compile and run without errors, producing the expected output.
The text was updated successfully, but these errors were encountered: