# Functions
Recover should be deferred as the first line of main().
RecoverAll can be deferred instead of Recover as the first line of main().
Return initiates a panic that sends the return code to the deferred Recover, executing other deferred functions along the way.