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

Last updated