-

From Bohemia Interactive Community
Revision as of 10:33, 23 September 2014 by Master85 (talk | contribs) (Disambig page)
Jump to navigation Jump to search

- 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