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

9.39 Char

(Under construction.)

Synopsis

 
type
  Char  { built-in type }

Description

Conforming to

`Char' is defined in ISO-7185 Pascal and supported by all known Pascal variants.

Example

 
program CharDemo;
var
  a: Char;
begin
  a := 'x';
  WriteLn (a)
end.

See also



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