exercise-2.md (318B)
1 The problem with the plan is that the predicate of the procedure 2 evaluation will be true for evaluated list of expressions. 3 4 `(define x 3)` will result in the application of the procedure 5 'define' on the variable x and the number 3. '(if a b c)' will result 6 in the application of 'if' on variables 'a', 'b', and 'c'.