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

6 lines
110 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
trap(/* specific error can be given here, or leave blank to catch all */,
"caught"
,
error("bad stuff")
)