-: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Redirected page to - a)
 
(Disambig page)
Line 1: Line 1:
#REDIRECT [[- a]]
'''-''' can refer to these scripting commands:
*[[- a]]
'''Example'''
<code>_number = [[-_a|-]] 10;</code>
*[[a - b]]
'''Example'''
<code>_result = 10 [[a_-_b|-]] 5; //5
_array = [1,2,3] [[a_-_b|-]] [2]; //[1,3]</code>
 
 
==See Also==
 
[[Operators]]
 
{{Disambig}}

Revision as of 10:33, 23 September 2014

- can refer to these scripting commands:

Example _number = - 10;

Example _result = 10 - 5; //5 _array = [1,2,3] - [2]; //[1,3]


See Also

Operators

Template:Disambig