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

1 line
44 B
Text

(defn bool isEven (int x) (return (% x 2)))