<< >>

Category
Type specifier

Syntax
real <identifier>

Description

Use the real type specifier to define an identifier to be a floating-point data type. real type corresponds to double type in C.

See also:

type specifiers


<< >>