RosettaCodeData/Task/Exceptions/PARI-GP/exceptions-1.pari
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

5 lines
110 B
Text

trap(/* specific error can be given here, or leave blank to catch all */,
"caught"
,
error("bad stuff")
)