Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Introduction and motivation -- Keyboard shortcut: 'p'  Next page: A catch and throw example -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home      Name binding, Recursion, Iteration, and Continuations - slide 34 : 42

The catch and throw idea
Catch and throw provides for an intuitively simple escape mechanism on functional ground
(catch id catch-expr)
(throw id throw-expression)
Scheme does not support catch and throw

Rather Scheme supports a much more powerful mechanisms based on continuations