6 lines
91 B
Text
6 lines
91 B
Text
begin
|
|
integer a;
|
|
a := 43;
|
|
assert a = 42;
|
|
write( "this won't appear" )
|
|
end.
|