完成第7章

This commit is contained in:
frankiezdh 2017-11-23 14:25:02 +08:00
parent 3436b55776
commit 37fcf648ec

View file

@ -23,7 +23,7 @@
(= 15 (#(+ %1 %2 %3) 4 5 6))
"Arguments can also be skipped"
(= __ (#(str "AA" %2) "bb" "CC"))
(= "AACC" (#(str "AA" %2) "bb" "CC"))
"One function can beget another"
(= 9 (#(+ %1 %2) 4 5))