Skip to content
New issue

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

PRINT INT("hello" <> "world") throws invalid expression error #575

Open
a740g opened this issue Nov 25, 2024 · 0 comments
Open

PRINT INT("hello" <> "world") throws invalid expression error #575

a740g opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@a740g
Copy link
Contributor

a740g commented Nov 25, 2024

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.

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.

@a740g a740g added the bug Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant