Login
|
Sign Up
AutoLISP Function Detail
Name:
zerop
Syntax:
(zerop
num
)
Description:
Returns T if the number is zero in value or nil if it is something other than zero.
Example(s):
(zerop 1)
nil
(zerop 0)
T