RosettaCodeData/Task/Even-or-odd/Futhark/even-or-odd.futhark
2016-12-05 23:44:36 +01:00

1 line
38 B
Text

fun main(x: int): bool = (x & 1) == 0