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

3 lines
44 B
Clojure
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
(= (mod (inc 42) 7)
(-> 42 inc (mod 7)))