Content deleted Content added
Add ATS’s exception handling |
→ATS: fix syntaxhighlight error |
||
Line 52:
{{Further|ATS (programming language)}}
<syntaxhighlight lang="
exception MyException of (string, int) (* exceptions can carry a value *)
|