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

PLAY does not ignore ";" character #554

Closed
flukiluke opened this issue Oct 6, 2024 · 0 comments · Fixed by #565
Closed

PLAY does not ignore ";" character #554

flukiluke opened this issue Oct 6, 2024 · 0 comments · Fixed by #565
Assignees
Labels
bug Something isn't working

Comments

@flukiluke
Copy link
Contributor

Describe the bug
The following is valid in QB45: PLAY "ML T250 L24 o3; gegegegegegegegegegegege" (taken from carols.bas), but produces an illegal function call in QB64 because of the ";" character.

Expected behavior
";" should be ignored in PLAY commands as it just serves as a separator. QB45 will only allow it as a separator after a numeric value, but I think it is fine to ignore it in all situations.

@flukiluke flukiluke added the bug Something isn't working label Oct 6, 2024
a740g added a commit to a740g/QB64pe that referenced this issue Oct 15, 2024
@a740g a740g self-assigned this Nov 6, 2024
@a740g a740g closed this as completed in #565 Nov 8, 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

Successfully merging a pull request may close this issue.

2 participants