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
    1.0        ! REAL
    -6.6E-06   ! REAL: -6.6*10**(-6)
    .FALSE.    ! LOGICAL
    .TRUE.     ! 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

©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997
Not for commercial use.