next up previous contents
Next: Statement Ordering Up: Language Elements Previous: Names

 

Comments

It is good practise to use lots of comments, for example,

    PROGRAM Saddo
!
! Program to evaluate marriage potential
!
    LOGICAL :: TrainSpotter ! Do we spot trains?
    LOGICAL :: SmellySocks  ! Have we smelly socks?
    INTEGER :: i, j         ! Loop variables

For more information, click here gif


next up previous contents
Next: Statement Ordering Up: Language Elements Previous: Names

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