Top: f77 Up: 8 - Data
Previous: 8,3 - Array_Name_Reference Next: 8,4,1 - Bit
Section 8,4: Constants
A constant is a fixed value. The value of a constant can be a
numeric value, a logical value, or a character string. There are
seven types of constants: integer, real, complex, bit, logical,
character, and Hollerith. Bit and Hollerith constants have no data
type; they assume a data type that conforms to the context in which
they are used.
Sub-Topics
- Bit
- Character
- Complex
- Hollerith
- Integer
- Logical
- REAL
- DOUBLE_PRECISION
- REAL_16
Top: f77 Up: 8 - Data
Previous: 8,3 - Array_Name_Reference Next: 8,4,1 - Bit