Fortran Calls

The Fortran implementation of calls is as follows:

 

call-expression

        : call-stmt

 

call-stmt

        : named-subroutine

        | named-subroutine LPAREN RPAREN

        | named-subroutine LPAREN actual-arg-spec-list RPAREN