Iterate Args Empty (4)
if the following are true:
- expression state at time t = "iterate_args"
- arguments stack at time t = [ [ ], z ]
- parent stack at time t = [ x, y ]
then arguments stack at time (t + 1) = z
Comments
Please log in to add comments
if the following are true:
then arguments stack at time (t + 1) = z
Please log in to add comments