RosettaCodeData/Task/Exceptions/PARI-GP/exceptions-1.pari

6 lines
110 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
trap(/* specific error can be given here, or leave blank to catch all */,
"caught"
,
error("bad stuff")
)