RosettaCodeData/Task/Assertions/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 lines
280 B
Text

Assertions are a way of breaking out of code when there is an error or an unexpected input.
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>