new-if
is a function. When a function is called, what’s the first thing that Scheme does with the argument list? It evaluates all the arguments.
new-if
is a function. When a function is called, what’s the first thing that Scheme does with the argument list? It evaluates all the arguments.