Erentar/Sandbox4 – User

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{User:Erentar/Sandbox2|= Comments
{{User:Erentar/Sandbox2|= Comments
____________________________________________________________________________________________
<!--____________________________________________________________________________________________-->


| ofp |= Game name
| ofp |= Game name


|1.00|= Game version
|1.00|= Game version
____________________________________________________________________________________________
<!--____________________________________________________________________________________________-->


| Returns a negation of Boolean expression. That means <tt>[[true]]</tt> becomes <tt>[[false]]</tt> and vice versa. |= Dsadsdasdasdaasd
| Returns a negation of Boolean expression. That means <tt>[[true]]</tt> becomes <tt>[[false]]</tt> and vice versa.
____________________________________________________________________________________________
<!--____________________________________________________________________________________________-->


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


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


| [[Boolean]] |= Return value
| [[Boolean]]
____________________________________________________________________________________________
<!--____________________________________________________________________________________________-->


|x1= The code
|x1= The code
Line 27: Line 27:
     [[hint]] "The player is dead!";
     [[hint]] "The player is dead!";
}</code> |= Example 1
}</code> |= Example 1
____________________________________________________________________________________________
<!--____________________________________________________________________________________________-->


| [[not]], [[Operators]] |= See also
| [[not]], [[Operators]] |= See also

Revision as of 20:47, 6 April 2019


Notes

Bottom Section