list-tabulate[procedure] list-tabulate n init-proc
SRFI-1: Returns an n-element list. Element i of the list,
where 0 <= i < n, is produced by (init-proc i).
No guarantee is made
about the dynamic order in which init-proc is applied to these indices.
rio orange
|