Returns an Instructions object for the 'expression' instructions.
Last updated 3 months ago
expression_instructions() →
In Glider, all objects lacking defined types, such as , , , etc., are considered expressions
expressions
from glider import * def query(): return Instructions().expression_instructions().exec(4)
Instructions
IfInstruction
CatchInstruction
BreakInstruction