Evaluating integer and floating point numbers
|
(zerop item) |
|
(minusp item) |
Examples
(setq a_num 4.5) |
|
(setq a_char 'w) |
|
(zerop a_num) |
|
(zerop a_char) |
|
(minusp a_num) |
This website has been archived and is no longer maintained.