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