Callable.end_loop_instructions()
Returns end_loop instructions of the function/modifier.
Last updated
Returns end_loop instructions of the function/modifier.
Last updated
end_loop_instructions() β
Instructions
The functions will return end_loop instructions for all types of loops e.g. while/for
end_loop instruction is not a "real" instruction but rather an abstract one representing the end of the loop.