RosettaCodeData/Task/Assertions/Aime/assertions.aime
2023-07-01 13:44:08 -04:00

6 lines
63 B
Text

integer x;
x = 41;
if (x != 42) {
error("x is not 42");
}