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

Last updated