/usr/lib/s9fes/help/make-string is in scheme9 2010.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | R4RS 6.7 (make-string integer) ==> string
(make-string integer char) ==> string
MAKE-STRING returns a newly allocated string of length INTEGER.
If CHAR is given, then all elements of the string are initialized
to CHAR, otherwise the contents of the string are unspecified.
|