Files
Nim/tests/rodfiles/int2bool.nim

8 lines
83 B
Nim

{.overflowchecks: on.}
converter uglyToBool*(x: int): bool =
result = x != 0