Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

use

Panic_Handler.use

§use(R 
type
, code Function Panic_Handler.use.R, def Function Panic_Handler.use.R)
 => 
Panic_Handler.use.R
:
Any 

Install this panic handler using a new instance of panic and run
`code` on it. In case of an abort, return `def()` (NYI: def should be
removed and the result of do_panic should be returned instead).