RosettaCodeData/Task/Assertions/Aime/assertions.aime

7 lines
63 B
Text
Raw Permalink Normal View History

2013-06-05 21:47:54 +00:00
integer x;
x = 41;
if (x != 42) {
error("x is not 42");
}