Make it clearer what %2 is about
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
(= __ (#(+ %1 %2 %3) 4 5 6))
|
||||
|
||||
"Arguments can also be skipped"
|
||||
(= __ (#(* 15 %2) 1 2))
|
||||
(= __ (#(str "AA" %2) "bb" "CC"))
|
||||
|
||||
"One function can beget another"
|
||||
(= 9 (((fn [] ___)) 4 5))
|
||||
|
Reference in New Issue
Block a user