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

9.299 Void

(Under construction.)

Synopsis

 
type
  Void  { built-in type }

Description

Conforming to

Example

 
program VoidDemo;

procedure p (var x: Void); begin end;

var i: Integer; s: String (42);

begin p (i); p (s) end.

See also



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