next up previous contents
Next: Implicit Typing Up: Data Objects Previous: Intrinsic Types

Literal Constants

A literal constant is an entity with a fixed value:

    +12345     ! INTEGER
    2.         ! REAL
    1.0        ! REAL
    -6.6E-06   ! REAL
    -6.6D-06   ! DOUBLE PRECISION
    .FALSE.    ! LOGICAL
    'Mau''dib' ! CHARACTER
    "Mau'dib"  ! CHARACTER

Note,

For more information, click here gif


next up previous contents
Next: Implicit Typing Up: Data Objects Previous: Intrinsic Types

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996
Not for commercial use.