Difference between revisions of "000C"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 000C=2,%1d% -= %2d% | description = Deducts an integer value from a global variable. | p1 = global variable | p2 = an integer value …') |
|||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Icon|trilogy}} '''SUB_VAL_FROM_INT_VAR''' |
| − | + | <hr /> | |
| − | + | '''Description''' | |
| − | + | : Subtracts the specified integer from the value stored in the global variable | |
| − | + | '''Syntax''' | |
| − | + | : 000C: [''global var''] -= [''int''] | |
| − | + | : [''global var''] -= [''int''] | |
| − | + | '''Parameter''' | |
| + | : [''global var''] | ||
| + | :: Global variable | ||
| + | : [''int''] | ||
| + | :: Integer value | ||
| − | == | + | == Keywords == |
| + | global, variable, var, integer, sub | ||
| − | + | == See also == | |
| + | * [[000D]] – subs flt from global var | ||
| + | * [[000E]] – subs int from local var | ||
| + | * [[000F]] – subs flt from local var | ||
| − | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
| − | |||
| − | |||
| − | [[Category: | ||
Latest revision as of 11:26, 2 February 2015
Description
- Subtracts the specified integer from the value stored in the global variable
Syntax
- 000C: [global var] -= [int]
- [global var] -= [int]
Parameter
- [global var]
- Global variable
- [int]
- Integer value
Keywords
global, variable, var, integer, sub