[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.272 Text

(Under construction.)

Synopsis

 
type
  Text  { built-in type }

Description

Conforming to

Example

 
program TextDemo;
var
  t: Text;
begin
  Rewrite (t, 'hello.txt');
  WriteLn (t, 'Hello, world!')
end.

See also



This document was generated by Frank Heckenbach on May, 10 2002 using texi2html