Revision history of "F90: Tabela verdade do E"

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) 17:02, 2 October 2008Adonaimedrado (Talk | contribs). . (269 bytes) (+269). . (New page: <code lang="fortran"> PROGRAM aula LOGICAL :: l1, l2 l1=.TRUE. l2=.TRUE. WRITE (*,*) "T e T =", l1 .AND. l2 WRITE (*,*) "T e F =", l1 .AND. .NOT. l2 WRITE (*,*) "F e T =", .NOT. l1 ...)