goto.f

C  Author:   Mitch Richling<http://www.mitchr.me/>
C  IP:       Copyright 1993 by Mitch Richling.  All rights reserved.
C  Key word: goto FORTRAN f77
C  Notes:    An infinite loop illustrated with fortran's goto
C            

        program gotot

C       The GOTO...
C       This program is an infinite loop!

 100    continue
        write (*,*) 'hello....'
        goto 100
        
       end

Generated by GNU Enscript 1.6.5.2.