Skip to content

Instantly share code, notes, and snippets.

@lnds
Created October 9, 2012 23:49
Show Gist options
  • Select an option

  • Save lnds/3862222 to your computer and use it in GitHub Desktop.

Select an option

Save lnds/3862222 to your computer and use it in GitHub Desktop.
Programa2 fortran
C --- PROGRAMA 2 -----
read6,i,k,j
if(i.lt.j)goto12345
77 k=j+1
goto5555
12345 i=j
if(i.lt.j)goto12345
goto77
88 goto88
5555 stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment