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