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