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