RosettaCodeData/Task/Exceptions/PARI-GP/exceptions-1.parigp
2023-07-01 13:44:08 -04:00

5 lines
110 B
Text

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