RosettaCodeData/Task/Even-or-odd/L++/even-or-odd.lpp

2 lines
44 B
Plaintext

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