pascalabcnet/TestSuite/PointEnd.pas

8 lines
93 B
ObjectPascal
Raw Normal View History

2019-07-11 16:53:00 +03:00
type
t1 = static class
static procedure &End := exit;
end;
begin
t1.End;
end.