tb0365.pp 54 B

123456
  1. var
  2. t : textfile;
  3. begin
  4. assign(t,'test');
  5. end.