Instructions.expression_instructions()
Returns an Instructions object for the 'expression' instructions.
Query Example
from glider import *
def query():
return Instructions().expression_instructions().exec(4)Example Output

Last updated