Next: , Previous: , Up: AutoGen Scheme Functions   [Contents][Index]


3.4.47 out-switch - close and create new output

Usage: (out-switch file-name)
Switch output files - close current file and make the current file pointer refer to the new file. This is equivalent to out-pop followed by out-push-new, except that you may not pop the base level output file, but you may switch it. See Redirecting Output.

Arguments:
file-name - name of the file to create