transcript-on[procedure] transcript-on filename
R5RS: Filename must be a string naming an output file to be created.
The effect of transcript-on is to open the named file for
output, and to cause a transcript of subsequent interaction
between the user and the Scheme system to be written to the file.
See also transcript-off.
|