| TYPE | FOR STORAGE OF |
|---|---|
| INTEGER | Signed whole numbers |
| REAL | Numbers having decimal points |
| DOUBLE PRECISION |
twice as many significant digits as the REAL types |
| COMPLEX | Ordered pairs of REALs representing a complex number |
| CHARACTER | A string of characters |
| LOGICAL | Logical values .TRUE. and .FALSE. |