Evaluate Python Call Arguments

result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ [ function call with name: name and arguments: args, ys ], rest ], values stack isvals, variables isvars, and control map iscontrol = result of executing a Python program where statements is stmts, line is i, tab isj, expression stack is[ args, [ [ function call with name: name and arguments: args, ys ], rest ] ], values stack is[ [ ], vals ], variables isvars, and control map iscontrol


Comments

Please log in to add comments