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

  1. Bit
  2. Character
  3. Complex
  4. Hollerith
  5. Integer
  6. Logical
  7. REAL
  8. DOUBLE_PRECISION
  9. REAL_16

Top: f77 Up: 8 - Data
Previous: 8,3 - Array_Name_Reference Next: 8,4,1 - Bit