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

9.139 LongestBool

(Under construction.)

Synopsis

 
type
  LongestBool = Boolean (BitSizeOf (LongestInt));

Description

Conforming to

Example

 
program LongestBoolDemo;
var
  a: LongestBool;
begin
  LongestInt (a) := 1;
  if a then WriteLn ('Ord (True) = 1')
end.

See also



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