Difference between revisions of "0009"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
: Adds the value stored in the global variable by the specified floating-point value | : Adds the value stored in the global variable by the specified floating-point value | ||
'''Syntax''' | '''Syntax''' | ||
− | : | + | : 0009: [''global var''] += [''float''] |
: [''global var''] += [''float''] | : [''global var''] += [''float''] | ||
'''Parameter''' | '''Parameter''' |
Revision as of 11:17, 2 February 2015
Description
- Adds the value stored in the global variable by the specified floating-point value
Syntax
- 0009: [global var] += [float]
- [global var] += [float]
Parameter
- [global var]
- Global variable
- [float]
- Floating-point value
Keywords
global, variable, var, float, add