outportp
outportp(g_obj) =>t/nil
Description
Checks if an object is an output port.
An output port may be closed, so if
outportp returns t, that does not guarantee a successful write to the port.Arguments
Value Returned
Examples
(outportp poport)
=> t
(outportp piport)
=> nil
(outportp 123)
=> nil
Related Topics
Return to top