RosettaCodeData/Task/Assertions/Icon/assertions-1.icon

6 lines
236 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
...
runerr(n,( expression ,"Assertion/error - message.")) # Throw (and possibly trap) an error number n if expression succeeds.
...
stop(( expression ,"Assertion/stop - message.")) # Terminate program if expression succeeds.
...