! a: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
'''Description:'''
'''Description:'''


<b>not</b> a
<b>!</b> a
 
This is exactly the same as [[not]] a





Revision as of 17:21, 21 May 2006


 ! a


Operand types:

a: Boolean

Type of returned value:

Boolean

Description:

! a

This is exactly the same as not a


Example:

! true ............ Result is false