Verifies that a number is negative
Supported Platforms: Windows and Mac OS
(minusp num)
Type: Integer or Real
A numeric value.
Type: T or nil
T if number is negative; otherwise nil.
(minusp -1) T (minusp -4.293) T (minusp 830.2) nil