! 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>!</b> a
<b>not</b> a


This is exactly the same as [[not]] a
This is exactly the same as [[not]] a

Revision as of 17:22, 21 May 2006


 ! a


Operand types:

a: Boolean

Type of returned value:

Boolean

Description:

not a

This is exactly the same as not a


Example:

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