home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_oth
/
prep_065.lzh
/
PREP
/
FIX.H
< prev
next >
Wrap
Text File
|
1991-08-16
|
243b
|
14 lines
: .eq. ==; file for imbedding a few macros in a fortran program
: .ge. >=;
: .gt. >; to use do: prep -m -i fix.h <file >output
: .lt. <;
: .le. <=;
: .ne. !=;
: ** ^;
: .and. &;
: .or. |;
: .not. !;
: .true. TRUE;
: .false. FALSE;