chickadee » arrays » array-iterate

(array-iterate [item?] cnt fn start)procedure

iterates function fn cnt times, starting with start of type item?, to make a new array. If no item? is supplied, any? is used.