next up previous contents
Next: I/O Up: Eventual Previous: Use of COMMON

The following are BANNED

ASSIGN
ENTRY
STOP
PAUSE
RETURN  - except at the beginning of a subroutine in the statement

                IF (STATUS.NE.SAI__OK) RETURN

Logical IF -  except in the above case
Arithmetic IF
Assigned GOTO
DIMENSION
EQUIVALENCE - should be avoided if at all possible.

Particularly avoid:



Web Master
Wed Oct 8 09:22:15 BST 1997