Macro With-Output

Part of:

package metabang.utilities
( with-output (var destination &rest args) &body < body > )

Create an output stream from source and bind it to var within the body of the with-output form. The stream will be closed if necessary on exit.