juliak66ussd
Programmer
Hi,
I port one old FORTRAN-IV code and I see this:
TRIP=TRIP-"60
what exactly can it be?
I mean this "60 - is that like hexadecimal notation?
I assume that this is a character code, but not sure.
There is also "140 somewhere in that code - can it be a character?
It does not look like a string, because there is no enclosing double quote.
AND IT COMPILES! by G77... weird.
I appreciate any help.
I port one old FORTRAN-IV code and I see this:
TRIP=TRIP-"60
what exactly can it be?
I mean this "60 - is that like hexadecimal notation?
I assume that this is a character code, but not sure.
There is also "140 somewhere in that code - can it be a character?
It does not look like a string, because there is no enclosing double quote.
AND IT COMPILES! by G77... weird.
I appreciate any help.