Returns an Instructions object for the 'start loop' instructions.
Last updated 3 months ago
start_loop_instructions() →
from glider import * def query(): return Instructions().start_loop_instructions().exec(1)
Instructions