Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

<

Name

< — compares values (smaller)

Syntax

expression < expression

Domain

? : R x R -< { 0 , 1 }

Example

3 < 2 = 0

Description

Tests whether the leftmost expression is smaller than the rightmost expression. Returns 1 if that is the case and 0 otherwise.