With-Output

(with-output channel stmt ...)

This is a special form.

The supplied output channel will be used while performing the listed statements.

This is used by MOSREF to facilitate Console and Drone messages and communications.

See also: with-input