output-port?

Name

output-port? -- Checks whether an object is a output port.

Type: function

Synopsis

output-port?( obj, bool);

Arguments

obj

Any RScheme object

Return Values

bool

#t if the argument is an output port and #f otherwise

Description

This function tests whether the object given as argument is an instance of the class <output-port>. If so, it returns #t. Otherwise it returns #f.