RosettaCodeData/Task/Exceptions/00-TASK.txt

15 lines
280 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{{Control Structures}}
{{omit from|Euphoria}}
{{omit from|M4}}
{{omit from|Retro}}
2024-04-19 16:56:29 -07:00
[[Category:Flow control]]
2023-07-01 11:58:00 -04:00
This task is to give an example of an exception handling routine
and to "throw" a new exception.
;Related task:
*   [[Exceptions Through Nested Calls]]
<br><br>