With-Input

(with-input channel stmt ...)

This is a special form.

The supplied input 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-output