RosettaCodeData/Task/Assertions/Sather/assertions.sa

8 lines
89 B
Plaintext

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