bcdp
bcdp(g_value) =>t/nil
Description
Checks if an object is a binary primitive function.
The suffix p is usually added to the name of a function to indicate that it is a predicate function.
Arguments
Value Returned
Examples
bcdp(getd('plus))
=> t
bcdp('plus)
=> nil
Related Topics
Return to top