Push Call Return Value (7)

if the following are true:
  • Return Value at time t = [ r, [ ] ]
  • Expression Stack at time t = [ [ ], [ [ function call with name: name and arguments: args, ys ], rest ] ]
  • Value Stack at time t = [ next_level, other_levels ]

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


Comments

Please log in to add comments