Instructions.start_loop_instructions()
Returns an Instructions object for the 'start loop' instructions.
start_loop_instructions() →
Instructions
Query Example
from glider import *
def query():
return Instructions().start_loop_instructions().exec(1)
Output Example

Last updated