(output? argument) -> channel or #f
If an output channel is associated with the argument, that channel is returned. Otherwsie, #f is returned.
Example:
>> (output? *stdio*) :: [channel 503CB0] >> (output? 'alpha) :: #f