- (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.
iterates function fn cnt times, starting with start of type item?, to make a new array. If no item? is supplied, any? is used.