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,

Return to corresponding overview page gif


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

©University of Liverpool, 1997
Wed May 28 20:20:27 BST 1997
Not for commercial use.