a && b

Operand types

Type of returned value

Description

&& means AND which is a Boolean operator which returns a true result when both operands are positive.
Identical to a and b

Used In

OFP/ArmA

Example

alive player && alive leader player
Search OFPEC COMREF