- can refer to these scripting commands:
Example _number = - 10;
_number = - 10;
Example _result = 10 - 5; //5 _array = [1,2,3] - [2]; //[1,3]
_result = 10 - 5; //5 _array = [1,2,3] - [2]; //[1,3]
Operators
Template:Disambig