not

From Bohemia Interactive Community
Revision as of 17:21, 21 May 2006 by Thobson (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.