The first is greater than or equal to the others.
This function is the greater-than or equal-to operator:
If this function contains more than two items, the function returns T when each item to the right is greater-than or equal to the item on its left. The items can be numbers or strings.
Examples
This expression | Returns |
---|---|
(>= 3.1 3.0) | T |
(>= 6 5 5) | T |
(>= 6) | T |
(>= "x" "y" "z") | nil |
NOTE This function is the opposite of the < (Less Than operator) function.
Tell me about...
(cond (statement1 result1 ...) ...)
(if test statement1 [statement2])
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |