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

9.196 Pointer

(Under construction.)

Synopsis

 
type
  Pointer  { built-in type }

Description

Conforming to

Example

 
program PointerDemo;
var
  a: Integer;
  b: Boolean;
  p: Pointer;
begin
  p := nil;
  p := @a;
  p := @b
end.

See also



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