RosettaCodeData/Task/Assertions/00DESCRIPTION

9 lines
278 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
Assertions are a way of breaking out of code when there is an error or an unexpected input.
2013-04-09 00:46:50 -07:00
2016-12-05 22:15:40 +01:00
Some languages throw [[exceptions]] and some treat it as a break point.
;Task:
Show an assertion in your language by asserting that an integer variable is equal to '''42'''.
<br><br>