Next: , Previous: ShortInt, Up: Reference



ShortReal

(Under construction.)

Synopsis

     type
       ShortReal  { built-in type }

Description

Conforming to

ShortReal is a GNU Pascal extension.

Example

     program ShortRealDemo;
     var
       a: ShortReal;
     begin
       a := 42;
       WriteLn (a)
     end.

See also