not: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 19: Line 19:


'''not''' a.
'''not''' a.
'''not''' a is exactly the same as [[! a]]





Revision as of 17:21, 21 May 2006


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.