Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  6 secondsName 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