Make it clearer what %2 is about
This commit is contained in:
parent
9b3efbb026
commit
e74a2664f0
@ -79,7 +79,7 @@
|
|||||||
false
|
false
|
||||||
"February"
|
"February"
|
||||||
1 "January"
|
1 "January"
|
||||||
:c 3
|
:c 3
|
||||||
2
|
2
|
||||||
2010 2014 2018
|
2010 2014 2018
|
||||||
"PyeongChang" "Sochi" "Vancouver"
|
"PyeongChang" "Sochi" "Vancouver"
|
||||||
@ -90,7 +90,7 @@
|
|||||||
10
|
10
|
||||||
60
|
60
|
||||||
15
|
15
|
||||||
30]
|
"AACC"]
|
||||||
"___" [+
|
"___" [+
|
||||||
*
|
*
|
||||||
(fn [f] (f 5))
|
(fn [f] (f 5))
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
(= __ (#(+ %1 %2 %3) 4 5 6))
|
(= __ (#(+ %1 %2 %3) 4 5 6))
|
||||||
|
|
||||||
"Arguments can also be skipped"
|
"Arguments can also be skipped"
|
||||||
(= __ (#(* 15 %2) 1 2))
|
(= __ (#(str "AA" %2) "bb" "CC"))
|
||||||
|
|
||||||
"One function can beget another"
|
"One function can beget another"
|
||||||
(= 9 (((fn [] ___)) 4 5))
|
(= 9 (((fn [] ___)) 4 5))
|
||||||
|
Loading…
Reference in New Issue
Block a user