not: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#N|COMREF]]
<h2 style="color:#000066">'''not ''a'''''</h2>
<h2 style="color:#000066">'''not ''a'''''</h2>


'''Operand types:'''
'''Operand types:'''


a: [[Boolean]]
'''a:''' [[Boolean]]


'''Type of returned value:'''
'''Type of returned value:'''


Boolean
[[Boolean]]


'''Description:'''
'''Description:'''


Not a.
'''not''' a.
 


'''Example:'''
'''Example:'''


'''not''' false  
'''not''' [[false]] ...... Result is [[true]].
 
Result is true.

Revision as of 20:42, 15 April 2006

back to COMREF

not a


Operand types:

a: Boolean

Type of returned value:

Boolean

Description:

not a.


Example:

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