clojure-koans/src/koans/equalities.clj
2010-07-17 18:45:49 -05:00

10 lines
250 B
Clojure

(meditations
"We shall contemplate truth by testing reality, via equality."
(= __ true)
"To understand reality, we must compare our expectations against reality."
(= __ (+ 1 1))
"You can test equality of many things"
(= (+ 3 4) __ (+ 2 __)))