Merge pull request #107 from shtukas/introducing-nil
First encounter with `nil`
This commit is contained in:
commit
e8526b704c
@ -32,5 +32,8 @@
|
||||
"Symbolism is all around us"
|
||||
(= 'hello (symbol __))
|
||||
|
||||
"What could be equivalent to nothing?"
|
||||
(= __ nil)
|
||||
|
||||
"When things cannot be equal, they must be different"
|
||||
(not= :fill-in-the-blank __))
|
||||
|
Loading…
Reference in New Issue
Block a user