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

Last updated
Returns an Instructions object for the 'if' instructions.
from glider import *
def query():
return Instructions().if_instructions().exec(2)
Last updated