otherp
otherp(g_value) =>t/nil
Description
Checks if an object is a user type object, such as an association table or a window.
The suffix p is usually added to the name of a function to indicate that it is a predicate function.
Arguments
Value Returned
Examples
otherp(3.0)
=> nil
otherp( makeTable("table1" nil))
=> t
Related Topics
Return to top