changed another foo to hello
This commit is contained in:
parent
3ddfe960b0
commit
6866ccd933
@ -24,5 +24,5 @@
|
||||
(repeat 10 __))
|
||||
|
||||
"Iteration can be used for repetition"
|
||||
(= (repeat 100 :foo)
|
||||
(take 100 (iterate ___ :foo))))
|
||||
(= (repeat 100 :hello)
|
||||
(take 100 (iterate ___ :hello))))
|
||||
|
Loading…
Reference in New Issue
Block a user