Instructions.throw_instructions()

Returns an Instructions object for the 'throw' instructions

throw_instructions() → Instructions

Query Example

from glider import *


def query():
  return Instructions().throw_instructions().exec(2,1)

Example Output

Last updated