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