Next: , Previous: Extend, Up: Reference



Extended

(Under construction.)

Synopsis

     type
       Extended = LongReal;

Description

Conforming to

Extended is a Borland Pascal extension.

Example

     program ExtendedDemo;
     var
       a: Extended;
     begin
       a := 42;
       WriteLn (a)
     end.

See also