Next: Blocks and Exits
Up: Control Structures
Previous: Sequencing and Lets
flet ({(fname lambda-list . body)}*) {form}* [special]
labels ({(fname lambda-list . body)}*) {form}* [special]
- defines locally scoped functions.
The difference between flet and labels is,
the local functions defined by flet cannot reference
each other or recursively, whereas labels allows such mutual references.
Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996