Returns an Instructions object for the new variable creation instructions
Last updated 3 months ago
new_variable_instructions() →
from glider import * def query(): return Instructions().new_variable_instructions().exec(2,3)
Instructions