Strange numerical form, do you recognize it?

From: Andreas Davour (ante_at_update.uu.se)
Date: 10/31/03


Date: Fri, 31 Oct 2003 11:22:13 +0100

Hi guys!

I'm in the middle of a process of porting a old Norsk Data Fortran
program to run on a modern computer.

I have re-experienced a few old VAX FORTRAN oddities, and some of ND's
own strange ideas.

Now I've found a line that I don't know what to do with. I'm searching
my documentation, but haven't found anything illuminating yet. Do you
know what this is, or have any ideas on where to look for answers?

The strange line:
        IF( (IFIRST.GE.60B).AND.(IFIRST.LE.71B) ) THEN

What does the "60B" and "71B" mean? I don't think they are valid
variables, so they should be some kind of numbers. But what kind?

/andreas



Relevant Pages