Help for this page

Select Code to Download


  1. or download this
    C      common calculation code
    C      Fortran comments have a C in column 1
     1100  if (argin(0) .eq. 0) j=1
           ....
    C      the equivalent of a "return"
           goto N
    
  2. or download this
    C      do the common calculation
           assign 5500 to N
           goto 1100
     5500  continue