Skip to main content
Version: Next

greater_than/2

Description

greater_than/2 is a predicate that tests if one arithmetic expression is greater than another.

Signature

>(+Left, +Right)

Where:

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