Clarify empty lists & other list operations

This commit is contained in:
Micah Martin and Colin Jones
2013-03-04 16:58:58 -06:00
parent 2e3fead03f
commit 25b2f11247
2 changed files with 18 additions and 7 deletions

View File

@@ -9,9 +9,11 @@
["02_lists" {"__" [1 2 3 4 5
1
[2 3 4 5]
3
0
()
[:a :b :c :d :e]
[0 :a :b :c :d :e]
[:e :a :b :c :d]
:a
[:b :c :d :e]
"No dice!"