Prepare For Function Call (8)

if the following are true:
  • Expression Stack at time t = [ [ ], [ [ function call with name: name and arguments: args, ys ], rest ] ]
  • Value Stack at time t = [ values, v_rest ]
  • there is a function named name with parameters params at line line
  • Parameters List at time t = None

then Python Object Store at time (t + 1) = Python Object Store at time t


Comments

Please log in to add comments