2 lines
118 B
Text
2 lines
118 B
Text
n:=42; (n==42) or throw(Exception.AssertionError);
|
|
n=41; (n==42) or throw(Exception.AssertionError("I wanted 42!"));
|