Evaluate Python Constant
result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ [ constant of value x, ys ], rest ], values stack is[ values, v_rest ], variables isvars, and control map iscontrol = result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ ys, rest ], values stack is[ [ x, values ], v_rest ], variables isvars, and control map iscontrol
Comments
Please log in to add comments