tbs0207.pp 94 B

12345678
  1. {$mode delphi}
  2. var i : longint;
  3. begin
  4. for i:=1 to 100 do
  5. tobject.create.free;
  6. end.