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