Node:Text, Next:, Previous:Succ, Up:Reference



Text

(Under construction.)

Synopsis


type
  Text  { built-in type }

Description

Conforming to

Text is defined in ISO 7185 Pascal and supported by all known Pascal variants.

Example


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

See also

file, AnyFile.