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