changed another foo to hello

This commit is contained in:
Elena Machkasova 2015-06-14 23:35:01 -05:00
parent 3ddfe960b0
commit 6866ccd933

View File

@ -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))))