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

9.143 LongestWord

Synopsis

 
type
  LongestWord = LongestCard;

Description

`LongestWord' is GPC's longest-possible unsigned integer type. Currently, this is the same as section 9.146 LongWord. On most platforms it is 64 bits wide and thus has a range of `0..18446744073709551615'. (It is the same as section 9.140 LongestCard.)

There are lots of other integer types in GPC, see section 8.2.3 Integer Types.

Conforming to

`LongestWord' is a GNU Pascal extension.

Example

 
program LongestWordDemo;
var
  a: LongestWord;
begin
  a := 42;
  WriteLn (a)
end.

See also

section 8.2.3 Integer Types, section 8.2.10.1 Subrange Types.



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