! a

Operand types

a: Boolean

Type of returned value

Description

! means NOT which is a Boolean operator which will return a true result if the operand is false and a false result if the operand is true.

Used In

OFP/ArmA

Example

! true ..........Result is false
Search OFPEC COMREF