Numeric greater-than-or-equal test.
Returns #t
if each successive pair of arguments tests either numerically greater-than or
numerically equal. These two forms are equivalent:
(>= a b c d)
(and (>= a b) (>= b c) (>= c d))
Numeric greater-than-or-equal test.
Returns #t
if each successive pair of arguments tests either numerically greater-than or
numerically equal. These two forms are equivalent:
(>= a b c d)
(and (>= a b) (>= b c) (>= c d))