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

USAGE

   LESSER? value1 value2

DESCRIPTION

Returns TRUE if the first value is less than the second value.

LESSER? is a native value.

ARGUMENTS

  • value1
  • value2

#SOURCE

lesser?: make native! [  [
    {Returns TRUE if the first value is less than the second value.}
    value1 value2
] ]

Clone this wiki locally