/usr/lib/s9fes/help/write 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 7 8 9 | R4RS 6.10.3 (write object) ==> unspecific
(write object output-port) ==> unspecific
Writes a written representation of OBJECT to the given port. Strings
that appear in the written representation are enclosed in doublequotes,
and within those strings backslash and doublequote characters are
escaped by backslashes. WRITE returns an unspecified value. The
OUTPUT-PORT argument may be omitted, in which case it defaults to
the value returned by CURRENT-OUTPUT-PORT.
|