devuxd / ProgrammingStrategies

A repository of strategies for programming
http://programmingstrategies.org
1 stars 0 forks source link

Actual parameters are not correctly propagated to formal parameters #29

Closed tlatoza closed 6 years ago

tlatoza commented 6 years ago

When a strategy passes in values at a strategy invocation, these values are not propagated to the invoked strategy when it begins execution.

image

image

The variables should now be level: 2, source: A, target: B, auxiliary: C, topDiscs: nothing