XL Fortran for AIX 8.1

Language Reference


Constant Expressions

A constant expression is an expression in which each operation is intrinsic and each primary is one of the following:

Any subscript or substring expression within the expression must be a constant expression.

Examples of Constant Expressions

-48.9
name('Pat','Doe')
TRIM('ABC    ')
(MOD(9,4)**3.5)


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]