a <= b

Operand types

a: Number
b: Number

Type of returned value

Description

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

Used In

OFP/ArmA

Example

player distance redCar <= 100
Search OFPEC COMREF