Dealing with legacy Fortran code, I found slashed arguments in subroutines/functions definitions and references.
Does anyone remember what is this slashing for ?
I did not find anything about it in any manual I read.
Example
SUBROUTINE(A,/B/,C)
...
END SUBROUTINE
Thanks !
Does anyone remember what is this slashing for ?
I did not find anything about it in any manual I read.
Example
SUBROUTINE(A,/B/,C)
...
END SUBROUTINE
Thanks !