Instructions.break_instructions()

Returns an Instructions object for the 'break' instructions

break_instructions() → Instructions

Query Example

from glider import *


def query():
  return Instructions().break_instructions().exec(1)

Example Output

Last updated