Next: , Previous: ReadStr, Up: Reference



Real

(Under construction.)

Synopsis

     type
       Real  { built-in type }

Description

Conforming to

Real is defined in ISO 7185 Pascal and supported by all known Pascal variants.

Example

     program RealDemo;
     var
       a: Real;
     begin
       a := 42;
       WriteLn (a)
     end.

See also

Real Types, Int, Frac, Round, Trunc.