Example annotations
SUBROUTINE INNERPRD(V1, LV1, V2, LV2, RESULT) DIMENSION V1(LV1), V2(LV2) ... ENDIn this example, the INNERPRD routine performs an inner-product calculation on two vectors in Fortran. If arguments V1&LV1 are switched with V2&LV2, the result is the same.
annotation-class-name class-name annotation-information;where the