In Java, this is the term to describe the variables created inside the
let
, below:
(define (fred)
(let ((var1 val1)
(var2 val2)
...
(varN valN))
(lambda (
parameter-list
)
...