Inspect Manual

Syntax Summary
Inspect Manual429164-006
B-29
FORTRAN Expressions
FORTRAN Expressions
expression:
condition [ bool-op condition ]...
bool-op: one of
.AND. .OR. .EQV. .NEQV.
condition:
[ .NOT. ] simple-exp [ rel-op simple-exp ]
rel-op: one of
.LT. .LE. .GT. .GE. .EQ. .NE.
simple-exp:
[ + | - ] term [ { + | - } term ]...
term:
factor [ { * | / } factor ]...
factor:
primary [ **primary ]
primary: one of
data-location constant ( expression )
Language-Dependent Parameters for Pascal
Pascal Scope Paths
scope-path:
#scope-unit [ .scope-unit ]...
scope-unit: one of
function procedure