| Introduction to Functional Programming in Scheme - slide 36 : 49 |
A name binding expression establishes a number of local name bindings in order to ease the evaluation of a body expression
(let ((n<sub>1</sub> e<sub>1</sub>) ... (n<sub>k</sub> e<sub>k</sub>)) body-expr)

![Previous page: Name binding constructs [Section] -- Keyboard shortcut: 'p' Previous page: Name binding constructs [Section] -- Keyboard shortcut: 'p'](./images/nav-left.gif)





