not

From Bohemia Interactive Community
Revision as of 20:50, 1 June 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


not a


Operand types:

a: Boolean

Type of returned value:

Boolean

Description:

not a.

not a is exactly the same as ! a


Example:

not false ...... Result is true.