Runs a child routine whose scope exit failure can be recovered by an ancestor guard(...).
guard(...)
Child result or recovered value.
Error supplied by recovery, or the original scope-exit error when no recovery handles it.
Runs a child routine whose scope exit failure can be recovered by an ancestor
guard(...).