store

fun store(type: String, variable: UShort)(source)

Store a variable from the stack into the local variable table Takes the type of the variable as a string

IdentifierTypeByte Size
BByte1
SShort2
IInt4
JLong8
FFloat4
DDouble8
bUByte1
sUShort2
iUInt4
jULong8

Since

0.1.0

Parameters

type

The type of the variable to store

variable

The variable to store

See also