Instruction.is_start_loop()
Returns true if the instruction is start_loop instruction, otherwise returns false.
Last updated
Returns true if the instruction is start_loop instruction, otherwise returns false.
Last updated
is_start_loop()
-> bool
With the Glider 1.0 update, calling the exec
function returns an APIList
[
Instruction
]
. You can then use Instruction
functions, which are applied to each element of the APIList
[
Instruction
]