Handling Failure in a Routine

There are three options for handling Failure in a Routine: return the Nil Value, return an [[Inert Value]], or throw an Exception.

#software