Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   LESSER-OR-EQUAL? value1 value2

DESCRIPTION

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

LESSER-OR-EQUAL? is a native value.

ARGUMENTS

  • value1
  • value2

#SOURCE

lesser-or-equal?: make native! [  [
    {Returns TRUE if the first value is less than or equal to the second value.}
    value1 value2
] ]
Clone this wiki locally