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

a% = 123456 followed by a valid assignment crashes REPL #12

Open
charlottia opened this issue Oct 21, 2024 · 0 comments
Open

a% = 123456 followed by a valid assignment crashes REPL #12

charlottia opened this issue Oct 21, 2024 · 0 comments
Labels
basic Relates to the BASIC parser/compiler/stack machine bug Something isn't working

Comments

@charlottia
Copy link
Owner

It assigned a slot number for a% which was never used (due to overflow).

We'll need some way to handle this in general given the presence of ON ERROR ….

@charlottia charlottia added bug Something isn't working basic Relates to the BASIC parser/compiler/stack machine labels Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic Relates to the BASIC parser/compiler/stack machine bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant