home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / vmspascal / vxbol.for next >
Text File  |  2020-01-01  |  81b  |  6 lines

  1. c
  2. c    Boolean functions.
  3. c
  4.     parameter    (TRUE = .true.)
  5.     parameter    (FALSE = .false.)
  6.