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
import std/strutils for i in uint32.low..uint32.high: if i mod 0x10000000'u32 == 0: echo i.toHex
Nim Compiler Version 2.2.0 [Linux: amd64] Compiled at 2024-10-02 Copyright (c) 2006-2024 by Andreas Rumpf
git hash: 78983f1 active boot switches: -d:release
00000000 10000000 20000000 30000000 40000000 50000000 60000000 70000000 80000000 90000000 A0000000 B0000000 C0000000 D0000000 E0000000 F0000000 00000000 10000000 20000000 30000000 40000000 50000000 60000000 70000000 80000000 90000000 A0000000 B0000000 C0000000 D0000000 E0000000 F0000000 00000000 10000000 20000000 30000000 40000000 50000000 60000000 70000000 80000000 90000000 A0000000 B0000000 C0000000 D0000000 E0000000 F0000000 00000000 10000000 20000000 30000000 40000000 50000000 60000000 70000000 80000000 90000000 A0000000 B0000000 C0000000 D0000000 E0000000 F0000000 00000000 10000000 20000000 30000000 40000000 50000000 60000000 70000000 80000000 90000000 A0000000 B0000000 C0000000 D0000000 E0000000 F0000000 00000000 10000000 20000000 30000000 40000000 50000000 60000000 70000000 80000000 90000000 A0000000 B0000000 C0000000 D0000000 E0000000 F0000000 ................ infinite
00000000 10000000 20000000 30000000 40000000 50000000 60000000 70000000 80000000 90000000 A0000000 B0000000 C0000000 D0000000 E0000000 F0000000
import std/strutils for i in 0..uint32.high: if i mod 0x10000000'u32 == 0: echo i.toHex if i == uint32.high: break
No response
The text was updated successfully, but these errors were encountered:
Related #16353 #19652
Sorry, something went wrong.
No branches or pull requests
Description
Nim Version
Nim Compiler Version 2.2.0 [Linux: amd64]
Compiled at 2024-10-02
Copyright (c) 2006-2024 by Andreas Rumpf
git hash: 78983f1
active boot switches: -d:release
Current Output
Expected Output
Known Workarounds
Additional Information
No response
The text was updated successfully, but these errors were encountered: