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