oddp
oddp(g_value) =>t/nil
Description
Checks whether an object is an odd integer. oddp is a predicate function.
Arguments
Value Returned
Examples
oddp( 7 )
=> t
oddp( 8 )
=> nil
Related Topics
Return to top
oddp(g_value) =>t/nil
Checks whether an object is an odd integer. oddp is a predicate function.
oddp( 7 )
=> t
oddp( 8 )
=> nil