Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite74a266

Browse files
committed
Make it clearer what %2 is about
1 parent9b3efbb commite74a266

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎resources/koans.clj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
false
8080
"February"
8181
1"January"
82-
:c3
82+
:c3
8383
2
8484
201020142018
8585
"PyeongChang""Sochi""Vancouver"
@@ -90,7 +90,7 @@
9090
10
9191
60
9292
15
93-
30]
93+
"AACC"]
9494
"___" [+
9595
*
9696
(fn [f] (f5))

‎src/koans/07_functions.clj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(= __ (#(+ %1 %2 %3)456))
2424

2525
"Arguments can also be skipped"
26-
(= __ (#(*15 %2)12))
26+
(= __ (#(str"AA" %2)"bb""CC"))
2727

2828
"One function can beget another"
2929
(=9 (((fn [] ___))45))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp