Skip to main content
Version: Next

less_than/2

Description

less_than/2 is a predicate that tests if one arithmetic expression is less than another.

Signature

<(+Left, +Right)

Where:

  • Left is the first arithmetic expression.
  • Right is the second arithmetic expression.