Node:Text, Next:then, Previous:Succ, Up:Reference
(Under construction.)
type Text { built-in type }
Text
is defined in ISO 7185 Pascal and supported
by all known Pascal variants.
program TextDemo; var t: Text; begin Rewrite (t, 'hello.txt'); WriteLn (t, 'Hello, world!') end.