Returns an Instructions object for the 'break' instructions
Last updated 3 months ago
break_instructions() →
from glider import * def query(): return Instructions().break_instructions().exec(1)
Instructions