Quiz
1)What is variable binding?
2)Any unquoted identifier appearing in an expression is a keyword or variable reference (True/False)
3)If formals is a single variable (not in a list), e.g., z, it is bound to a list of the actual parameters(True/False)
4)The forms let, let*, and letrec are similar but serve slightly different purposes(True/Flase)