0086
Jump to navigation
Jump to search
Description
- Sets the floating-point value of the global variable equal to the floating-point value of the global variable
Syntax
- 0086: [global var 1] = [global var 2]
- [global var 1] = [global var 2]
Parameter
- [global var 1]
- Global variable
- [global var 2]
- Global variable
Keywords
set, global, float, variable, math
See also
- 0084 – set global integer equal to global integer
- 0085 – set local integer equal to local integer
- 0087 – set local float equal to local float
- 0088 – set global float equal to local float
- 0089 – set local float equal to global float
- 008A – set global integer equal to local integer
- 008B – set local integer equal to global integer