Merge pull request #3 from elenam/master

changed another foo to hello
This commit is contained in:
Tom Marble 2015-06-24 07:44:13 -05:00
commit f678ac204d

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