Difference between revisions of "000B"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
== Keywords == | == Keywords == | ||
− | local, variable, var, float, add | + | local, variable, var, float, add, [[math]] |
== See also == | == See also == |
Latest revision as of 09:44, 6 February 2015
Description
- Adds the value stored in the local variable by the specified floating-point value
Syntax
- 000B: [local var] += [flt]
- [local var] += [flt]
Parameter
- [local var]
- Local variable
- [flt]
- Floating-point value
Keywords
local, variable, var, float, add, math