4 lines
88 B
Text
4 lines
88 B
Text
procedure HaltAndCatchFire;
|
|
begin
|
|
raise Exception.Create('Burning to the ground');
|
|
end;
|