not: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fixed example)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>not [[false]] ...... Result is [[true]].</pre> |= Example 1
|x1= <br><code>not [[false]] </code>
 
Result is [[true]]. |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:20, 4 August 2006

Hover & click on the images for description

Description

Description:
not a. not a is exactly the same as ! a
Groups:
Uncategorised

Syntax

Syntax:
not a
Parameters:
a: Boolean
Return Value:
Boolean

Examples

Example 1:

not false Result is true.

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section