a < b

Operand types

a: Number
b: Number

Type of returned value

Description

< means LESS THAN and is a comparison operator that compares two quantities to evaluate whether the first is less than (numerically) the second.

Used In

OFP/ArmA

Example

counter < 4
Search OFPEC COMREF