mzijlstra / flowcharts

Flowcharts: Computational Thinking Tool
Apache License 2.0
2 stars 0 forks source link

Bug: stack frames show initial values #35

Closed mzijlstra closed 7 years ago

mzijlstra commented 7 years ago

When a new stack frame is created, an initial value is shown for any variable that has the same name as a variable in the previous stack frame.

This is clearly visible during recursion

mzijlstra commented 7 years ago

Fixed this by updating wr.eval()