RosettaCodeData/Task/Assertions/Sather/assertions.sa
Ingy döt Net 80737d5a6a new tasks
2013-04-09 00:46:50 -07:00

7 lines
89 B
Text

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