Re: Fortran 77 alphabet character $



If I remember correctly, some compilers allowed the use
of a $ sign as an extension. It was allowed only as the
first character. I do not know what the default type
would have been.

Other compilers I have seen used it in formats: we now
use ADVANCE='NO' for the same functionality.

It seems to me your professor has a problem here. My
suggestion would be to:
- Find a letter in the alphabet that is not used that
often as the first character (a Z perhaps?)
- Use that to replace the $ sign
- Make sure that there is no overlap with existing
variable names. You could use a tool to create a list
of variables then.

Regards,

Arjen
.



Relevant Pages

  • Re: The chart of comp.lang.c
    ... That's topical in the groups for those compilers. ... compiler (e.g., how the extension fits into the general design of C, ... But normally if you implement something like, say, exceptions or arbitrary-sized bitfields, you'd want it to be incorporated in a future standard. ... If you don't it will be something very narrow, like say fuzzy logic ops in place of the standard ones, but that would go in a newsgroup dealing with AI, fuzzy programming, machine learning type problems. ...
    (comp.lang.c)
  • Re: Pro*Cobol moving to Microfocus - getting 1403 & 1405 errors because of precompiler??
    ... Compilers that allow a NEXT SENTENCE with an END-IF are *not* ... extension) than those that don't. ... "Howard Brazee" wrote in message ...
    (comp.lang.cobol)
  • Re: Is this code snippet safe ?
    ... >> char * ... Visual is one of the compilers that keys off of filename (or ... extension, but people like to argue about what extension ... Randy Howard ...
    (comp.programming)
  • Re: help compiling Python on vs 2008!
    ... the PCBuild8 directory in the Python 2.5 source. ... Building Python using VC++ 8.0 ... (For other Windows platforms and compilers, ... I did not manage to build extension with distutils with Python compiled ...
    (comp.lang.python)
  • Re: Topicality (was Re: Criticisms?)
    ... overloading extension that triggered this, for example, is ... Is anyone suggesting that operator overloading ... Unfortunately this topic (proposed extensions) gets bounced as off topic ... compilers, except possibly as a future standard feature. ...
    (comp.lang.c)