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