RosettaCodeData/Task/Inverted-syntax/Clojure/inverted-syntax-3.clj

3 lines
44 B
Clojure
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(= (mod (inc 42) 7)
(-> 42 inc (mod 7)))