toto.f

Last modified 28 /4 /2001.

Files Programmes Routines Functions Includes \input Search

View source file.


CGI


subroutine toto

toto is called by
toto does not call anything.
toto does not include anything.


      do i=1,10
         print*,i
      enddo
      if (i.EQ.1) THEN
         print*,'error'
      endif
      end
End of toto