RosettaCodeData/Task/Assertions/Stata/assertions-4.stata
2023-07-01 13:44:08 -04:00

4 lines
76 B
Text

if (`n'==42) {
display as error "The correct answer is not 42."
exit 54
}