2.4 Numeric Literals
{literal (numeric)}
There are two kinds of
numeric_literals,
real literals and
integer literals.
{real
literal} A real literal is a
numeric_literal
that includes a point;
{integer literal}
an integer literal is a
numeric_literal
without a point.
Syntax
4 The type of an integer literal is universal_integer.
The type of a real literal is universal_real.