Instructions.return_instructions()

Returns an Instructions object for the 'return' instructions.

return_instructions() → Instructions

Query Example

from glider import *


def query():
  return Instructions().return_instructions().exec(2,18)

Example Output

Last updated