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