if the following are true:- expression state at time 61 = "iterate_args"
- arguments stack at time 61 = [ [
self.age
, [ 12, [ ] ] ], [ ] ] - parent stack at time 61 = [
__mul__(self.age, 12)
, [ ] ]
self.age
, [ 12, [ ] ] ], [ ] ]__mul__(self.age, 12)
, [ ] ]then parent stack at time 62 = [ __mul__(self.age, 12)
, [ ] ]
Start from the conclusion and work back up the proof. Click the arrow to show the parents.