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
-128'i8 gives: Error: number out of range: '128'i8'
Likewise with T.low for all signed T
let a1 = (-128).int8 let a2 = -127'i8 let a3 = -128'i8 # Error: number out of range: '128'i8'
Error: number out of range: '128'i8'
works
The text was updated successfully, but these errors were encountered:
i8("-128")
echo "echo -128'i8" | $nim_144_X c -r - fails
nim --eval:"echo -128'i8" -128
as of 1.5.1 355985a
Sorry, something went wrong.
No branches or pull requests
-128'i8 gives: Error: number out of range: '128'i8'
Likewise with T.low for all signed T
Example
Current Output
Expected Output
Possible Solution
Additional Information
The text was updated successfully, but these errors were encountered: