string-tabulate

[procedure] string-tabulate proc len

[SRFI-13]: Proc is an integer->char procedure. Construct a string of size len by applying proc to each index to produce the corresponding string element. The order in which proc is applied to the indices is not specified.