le relational operator

The le relational operator represents the less than or equal to (<=) condition.

Syntax

exp le exp

Synonym(s)

<=

Example(s)

if x le 10 then print "Less than 10 is the result"