Make-Channel

(make-channel) -> channel

Creates a new, empty channel.

Example:

>> (define a (make-channel))
:: [channel 59C380]