Program | Source File | Description |
---|---|---|
prep | prep.f90 | |
test_prep | test_prep.f90 | numeric operators are +,-,,/,*, () are supported, logical operators are | .EQ.| .NE.| .GE.| .GT.| .LE.| .LT.|.NOT.|.AND.| .OR.| .EQV.|.NEQV.| | == | /= | >= | > | <= | < | ! | && | || | == | != | $DEFINE|$REDEFINE variable_name[=expression][;…] Predefined values are UNKNOWN=0 LINUX=1 MACOS=2 WINDOWS=3 CYGWIN=4 SOLARIS=5 FREEBSD=6 OPENBSD=7 In addition OS is set to what the program guesses the system type is. SYSTEMON is 1 if –system is used on the command line, else it is 0. $UNDEFINE|$UNDEF variable_name[;…] |