Returns an Instructions object for the 'try' instructions.
Last updated 1 month ago
try_instructions() → Instructions
try_instructions() →
Instructions
from glider import * def query(): return Instructions().try_instructions().exec(1)