Function program context where Local Variables Map: variables, Expression Stack: expr_stack, Values Stack: values_stack, Line: line, Tab: tab, and Control Map: control_map
context that is currently in scope in the running program, including variables variables and expression state expr_stack and control map: control_map
Format:
program context where Local Variables Map: variables, Expression Stack: expr_stack, Values Stack: values_stack, Line: line, Tab: tab, and Control Map: control_map
Input:
list variables -
list expr_stack -
list values_stack -
number line -
number tab -
list control_map -
Output:
expression - None
Comments
Please log in to add comments