Guide and Reference


Scalar Data Notations

Following are the special notations used in this book for scalar data items. These notations do not imply usage of any precision, short or long.
Data Item Example Description
Character item 'T' Character(s) in single quotation marks
Logical item .TRUE. .FALSE. True or false logical value, as indicated
Integer data 1 Number with no decimal point
Real data 1.6 Number with a decimal point
Complex data (1.0,-2.9) Real part followed by the imaginary part


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