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

7 lines
89 B
Text

class MAIN is
main is
i ::= 41;
assert i = 42; -- fatal
-- ...
end;
end;