Instruction.catch_instructions()

Returns an Instructions object for the 'catch' instructions

catch_instructions() → Instructions

Query Example

from glider import *

def query():
  
  return Instructions().catch_instructions().exec(1,1)

Output Example

Last updated