Macro With-Input

Part of:

package metabang.utilities
( with-input (var source &rest args) &body < body > )

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