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

DEF* statements should be able to re-create variables #2

Open
elektito opened this issue May 21, 2022 · 0 comments
Open

DEF* statements should be able to re-create variables #2

elektito opened this issue May 21, 2022 · 0 comments
Labels
note A note that could probably be useful later on

Comments

@elektito
Copy link
Owner

Consider this piece of code:

DEFLNG A-Z
A = 100000
DEFINT A-Z
PRINT A

This prints 0, because the DEFINT statement re-defines the variable as INTEGER.

@elektito elektito added the note A note that could probably be useful later on label May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
note A note that could probably be useful later on
Projects
None yet
Development

No branches or pull requests

1 participant