summary refs log tree commit diff stats
path: root/tests/rodfiles/int2bool.nim
blob: e6add9848931545b8bf55ac063c4a424152f12b3 (plain) (blame)
1
2
3
4
5
converter uglyToBool*(x: int): bool =
  result = x != 0