Send
(send argument value) -> null
Outputs the given value to the given argument. Behavior is dependent on the type of arguemnt.
Examples:
>> (send "a" *stdio*)
a:: null
>> (define alpha (make-channel))
:: [channel 587930]
>> (send "a" alpha)
:: null