Код Ревью
Сравни свои решения
#| This exercise has no tests.
Any solution is a right answer. |#
In an normal-order evaluation, the program will pass the
parameters to the procedure until it gets only primitives.
In this scenario, the result is going to be zero, because in
normal order, the argument doesnt need to be evaluated before.
Its only going to be evaluated after.