plusp
plusp(g_value) =>t/nil
Description
Checks whether the given object is a positive number.
plusp is a predicate function.
Arguments
|
A SKILL object that is either a floating-point number or an integer. |
Value Returned
Examples
plusp( -209.623472)
=> nil
plusp( 209.623472)
=> t
Related Topics
Return to top