Rebol Programming/greater-or-equal?

USAGE:Edit

GREATER-OR-EQUAL? value1 value2 

DESCRIPTION:Edit

Returns TRUE if the first value is greater than or equal to the second value.

GREATER-OR-EQUAL? is an action value.

ARGUMENTSEdit

  • value1 -- (Type: any)
  • value2 -- (Type: any)