Instructions.new_variable_instructions()

Returns an Instructions object for the new variable creation instructions

new_variable_instructions() → Instructions

Query Example

from glider import *


def query():
  return Instructions().new_variable_instructions().exec(2,3)

Example Output

Last updated