RosettaCodeData/Task/Inverted-syntax/Clojure/inverted-syntax-3.clj
2023-07-01 13:44:08 -04:00

2 lines
44 B
Clojure

(= (mod (inc 42) 7)
(-> 42 inc (mod 7)))