Next:
Vectors
Up:
Scheme Language Modifications
Previous:
Lists
Strings
(build-string
n
f
)
creates a string with
n
elements. The string is initialized by calling
f
on each character index. The characters will be initialized in order from 0 to
n
-1.
PLT