- iterate-while fn ok?procedure
- iterate-while fn ok? startprocedure
produces a list where the items are constructed by successively applying fn to the last value, starting with start, as long as the value passes the ok? test.
produces a list where the items are constructed by successively applying fn to the last value, starting with start, as long as the value passes the ok? test.