ringabout / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
1 stars 0 forks source link

for loop overflow #9

Closed ringabout closed 3 years ago

ringabout commented 4 years ago
for i in high(int16) .. high(int16): discard
for i in high(int32) .. high(int32): discard
for i in high(int64) .. high(int64): discard