#287
lazy-sequences-4
 

Difficulty:Basic
Topics:sequences


Iteration provides an infinite lazy sequence
test not run
(= __ (take 20 (iterate inc 0)))


Code which fills in the blank: