RosettaCodeData/Task/Assertions/Sather/assertions.sa

8 lines
89 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class MAIN is
main is
i ::= 41;
assert i = 42; -- fatal
-- ...
end;
end;