Difference between revisions of "0004"
Jump to navigation
Jump to search
(page updates) |
|||
Line 17: | Line 17: | ||
set, global, integer, variable, math | set, global, integer, variable, math | ||
− | [[Category:Math OpCodes]] | + | [[Category:OpCodes]][[Category:Math OpCodes]] |
Revision as of 21:14, 27 January 2015
Description
- Sets the value of a global variable to a specified integer.
Syntax
- 0004: [global var] = [int]
- [global var] = [int]
Parameter
- [global var]
- Global variable
- [int]
- Integer value
This opcode sets the value of a global variable to a specified integer.
Keywords
set, global, integer, variable, math