Revision history of "F90: Reinício o ciclo DO"

From AdonaiMedrado.Pro.Br
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 02:16, 3 November 2008Adonaimedrado (Talk | contribs). . (174 bytes) (+174). . (New page: <code lang="fortran"> PROGRAM aula IMPLICIT NONE INTEGER :: i = 0 DO i=i+1 IF (MOD(i,2)==0) CYCLE WRITE (*,*) i IF (MOD(i,15)==0) EXIT END DO END PROGRAM </code>)