Revision history of "F90: Escrendo em um arquivo"

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) 14:42, 11 November 2008Adonaimedrado (Talk | contribs). . (135 bytes) (+135). . (New page: <code lang="fortran"> PROGRAM aula OPEN(UNIT=10,FILE="aula.txt",STATUS="NEW") WRITE (10,*) "Ola!" CLOSE(10) END PROGRAM aula </code>)