Terug naar de homepage van Forcheck
Forcheck verifies argument lists


c
c                       FORCHECK
c               Global argument list verification

        PROGRAM Refer
        REAL r1, r2
        READ (1,*) r1, r2
        CALL Print(r1, r2)
        END


        SUBROUTINE Print (Arg1)
        INTEGER Arg1
        Print *, Arg1
        END


 FORCHECK PC V11.18  MS5 compiler emulation  21-Jun-96  15:52:07  page: 5 
 NUMARG.FOR  


 global program analysis:

   PRINT, referenced in REFER                           
 **[288 E] number of arguments inconsistent with specification
   PRINT, referenced in REFER, argument no  1
 **[292 E] data type inconsistent with specification (int/real)

previous page top page
Forcheck
Contact