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