RosettaCodeData/Task/Assertions/Stata/assertions-4.stata

5 lines
76 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if (`n'==42) {
display as error "The correct answer is not 42."
exit 54
}