We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following should work but fails:
function test(y: integer) local era: integer era = y // 400 end
The text was updated successfully, but these errors were encountered:
issue #127 IDIV operation should cause result type to be marked as in…
3470206
…teger type when type checking
4be1109
issue #127 IDIV applied on doubles does not yield integer values
20e29c6
Resolved in 0.20
Sorry, something went wrong.
No branches or pull requests
Following should work but fails:
The text was updated successfully, but these errors were encountered: