PickBASIC / FlashBASIC

le relational operator

.md

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

Synonyms<=

Syntax

exp le exp

Example(s)

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

See also