mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +00:00
6 lines
59 B
Nim
6 lines
59 B
Nim
|
|
converter uglyToBool*(x: int): bool =
|
|
result = x != 0
|
|
|
|
|