not: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Improved description)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''not''' a is exactly the same as [[!]]a |= Description
| '''not''' a is exactly the same as [[!]]a |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''not''' a  |= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''not''' a  |SYNTAX=


|p1= a: [[Boolean]] |= Parameter 1
|p1= a: [[Boolean]] |PARAMETER1=


| [[Boolean]] |= Return value
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <br><code>not [[false]] </code>
|x1= <br><code>not [[false]] </code>


Result is [[true]]. |= Example 1
Result is [[true]]. |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Operators]] |= See also
| [[Operators]] |SEEALSO=


}}
}}

Revision as of 15:44, 7 April 2019

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:

not false Result is true.

Additional Information

See also:
Operators

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