Instructions.calls()

Returns an Instructions object for the call instructions

calls() โ†’ Instructions

Query Example

from glider import *


def query():  
  return Instructions().calls().exec(3, 72)

Example Output

Last updated