Course of Raku / Objects, I/O, and exceptions / Exceptions / Soft failures

Quiz — fail

When a subroutine calls fail 'oops', what does it return to its caller?

0the string 'oops'
1a Failure object
0True
0nothing — it stops the program at once

Course navigation

Solution: A fallback value   |   Custom exceptions