store
Store a variable from the stack into the local variable table Takes the type of the variable as a string
Identifier | Type | Byte Size |
---|---|---|
B | Byte | 1 |
S | Short | 2 |
I | Int | 4 |
J | Long | 8 |
F | Float | 4 |
D | Double | 8 |
b | UByte | 1 |
s | UShort | 2 |
i | UInt | 4 |
j | ULong | 8 |
Since
0.1.0
Parameters
type
The type of the variable to store
variable
The variable to store