More idiomatic keywords
This commit is contained in:
parent
ca7514450a
commit
5e1fe2f23a
@ -28,8 +28,8 @@
|
|||||||
|
|
||||||
"You may have a multitude of possible paths"
|
"You may have a multitude of possible paths"
|
||||||
(let [x 5]
|
(let [x 5]
|
||||||
(= :your_road (cond (= x __) :road_not_taken
|
(= :your-road (cond (= x __) :road-not-taken
|
||||||
(= x __) :another_road_not_taken
|
(= x __) :another-road-not-taken
|
||||||
:else __)))
|
:else __)))
|
||||||
|
|
||||||
"Or your fate may be sealed"
|
"Or your fate may be sealed"
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
[]
|
[]
|
||||||
nil
|
nil
|
||||||
:glory
|
:glory
|
||||||
4 6 :your_road
|
4 6 :your-road
|
||||||
''doom 0
|
''doom 0
|
||||||
:cocked-pistol
|
:cocked-pistol
|
||||||
:say-what?]}
|
:say-what?]}
|
||||||
|
Loading…
Reference in New Issue
Block a user