|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 326 (0x146) Types: TextFile Names: »prepmac.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/prep/prepmac.h«
c Some standard macros for prep. c logical stuff : == .eq. ; : >= .ge. ; : > .gt. ; : < .lt. ; : <= .le. ; : != .ne. ; : <> .ne. ; : ! .not. ; : | .or. ; : & .and. ; : TRUE .true. ; : FALSE .false. ; : ^ ** ; c flow control redefinitions : enddo end_do ; : ->begin continue ; : ->case continue_case ; : ->do continue_do ;