Returns an Instructions object for the 'catch' instructions
Last updated 3 months ago
catch_instructions() →
from glider import * def query(): return Instructions().catch_instructions().exec(1,1)
Instructions