8 lines
93 B
ObjectPascal
8 lines
93 B
ObjectPascal
|
|
type
|
|||
|
|
t1 = static class
|
|||
|
|
static procedure &End := exit;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
begin
|
|||
|
|
t1.End;
|
|||
|
|
end.
|