- iterate-times fn kprocedure
- iterate-times fn k startprocedure
produces a list where the items are constructed by successively applying fn k times to the last value, starting with start.
produces a list where the items are constructed by successively applying fn k times to the last value, starting with start.