完成第7章
This commit is contained in:
parent
3436b55776
commit
37fcf648ec
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
(= 15 (#(+ %1 %2 %3) 4 5 6))
|
(= 15 (#(+ %1 %2 %3) 4 5 6))
|
||||||
|
|
||||||
"Arguments can also be skipped"
|
"Arguments can also be skipped"
|
||||||
(= __ (#(str "AA" %2) "bb" "CC"))
|
(= "AACC" (#(str "AA" %2) "bb" "CC"))
|
||||||
|
|
||||||
"One function can beget another"
|
"One function can beget another"
|
||||||
(= 9 (#(+ %1 %2) 4 5))
|
(= 9 (#(+ %1 %2) 4 5))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue