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

Can't use hexadecimal numbers in a for loop #212

Closed
Tracked by #215 ...
x87 opened this issue Jan 11, 2023 · 1 comment
Closed
Tracked by #215 ...

Can't use hexadecimal numbers in a for loop #212

x87 opened this issue Jan 11, 2023 · 1 comment
Labels
priority:p2 Medium priority scope:compiler type:bug Something isn't working
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented Jan 11, 2023

for 0@ = 0 to 0x400//1024
//
end

error 0014
Incorrect expression 0x400 >= 0.
One of the variables has an unknown type, or the operands are incompatible.

@x87 x87 added type:bug Something isn't working priority:p2 Medium priority scope:compiler labels Jan 11, 2023
@x87 x87 changed the title Can't use hexadecimal numbers in for loop Can't use hexadecimal numbers in a for loop Jan 11, 2023
@x87 x87 mentioned this issue Feb 13, 2023
8 tasks
@x87 x87 closed this as completed Feb 17, 2023
@x87 x87 reopened this Mar 7, 2023
@x87
Copy link
Collaborator Author

x87 commented Mar 7, 2023

can't use model names

for 0@ = #BLISTA to #BOBCAT  // step 1

end // for

@x87 x87 added this to the v3.9.0 milestone May 19, 2023
@x87 x87 mentioned this issue Jun 10, 2023
46 tasks
@x87 x87 closed this as completed Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p2 Medium priority scope:compiler type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant