Skip to main content
Version: Next

less_than_or_equal/2

Description

less_than_or_equal/2 is a predicate that tests if one arithmetic expression is less than or equal to another.

Signature

=<(+Left, +Right)

Where:

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