<< Previous exercise (3.33) | Index | Next exercise (3.35) >>
meteorgan
if given the following code: (set-value! b 4 'user) you will find that you can't get the value of a. Because in procedure multiplier, you only have (has-value? b) true, m1, m2 are not set, even they are the same, but multiplier doesn't know that.
meteorgan