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?
| 0 | the string 'oops' |
| 1 | a Failure object |
| 0 | True |
| 0 | nothing — it stops the program at once |