Merge pull request #2 from elenam/patch-1

replaced "foo" examples with "hello"
master
Tom Marble 9 years ago
commit 8297fc8b69

@ -24,13 +24,13 @@
(= __ (not (= 1 nil)))
"Strings, and keywords, and symbols: oh my!"
(= __ (= "foo" :foo 'foo))
(= __ (= "hello" :hello 'hello))
"Make a keyword with your keyboard"
(= :foo (keyword __))
(= :hello (keyword __))
"Symbolism is all around us"
(= 'foo (symbol __))
(= 'hello (symbol __))
"When things cannot be equal, they must be different"
(not= :fill-in-the-blank __))

Loading…
Cancel
Save