RosettaCodeData/Task/Assertions/Stata/assertions-4.stata
2017-09-25 22:28:19 +02:00

4 lines
76 B
Text

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