variable
NAME
This form is used to refer to top-level variables, variables bound by
local
(or
letrec
or
let
), or to the arguments of a procedure. If no enclosing varable binding or top-level variable matches this name, evaluation of the name causes an error.
Intermediate Student Language