Fortran 77 alphabet character
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 27 articles for 0.003 sec
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: Herman D. Knoble
Date: May 29, 2008 10:15

... What does the F77 Standard say about using the character, $ for the beginning of a -|> variable name? A... with, say, "Z_" : -| -| (i) Run Fsplit on the sources; -| -| (ii) Run your fortran-77 compiler on each subroutine, collect a list of -|variables starting with $. In each... declaration for the variables tagged by the F-77 -|compiler. -| -|--mecej4 Mecej: Thanks. As it turns out ...
Show full article (3.93Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: mecej4
Date: May 29, 2008 09:39

...: What does the F77 Standard say about using the character, $ for the beginning of a variable name? A professor... beginning with, say, "Z_" : (i) Run Fsplit on the sources; (ii) Run your fortran-77 compiler on each subroutine, collect a list of variables starting with $. In each such,...; add an integer type declaration for the variables tagged by the F-77 compiler. --mecej4
Show full article (2.70Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: glen herrmannsfeldt
Date: May 29, 2008 08:07

... a $ sign as an extension. It was allowed only as the first character. I do not know what the default type would have been. I first knew it in the OS/360 Fortran compilers. It is a letter, allowed anywhere in variable names, which comes ... REAL*4. I have seen: IMPLICIT REAL*8 (A-H,O-$) (snip) PL/I allows @, #, and $ as alphabetic characters. -- glen
Show full article (0.48Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: GaryScott
Date: May 29, 2008 07:18

... an extension. It was allowed only as the first character. I do not know what the default type ...> I first knew it in the OS/360 Fortran compilers. It is a letter, allowed anywhere in variable ...      IMPLICIT REAL*8 (A-H,O-$) (snip) PL/I allows @, #, and $ as alphabetic characters. -- glen In some operating systems, system services (OS API) calls began with a $ (...
Show full article (0.83Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: Phillip Helbig---remove CLOTHES to reply
Date: Jun 3, 2008 06:41

....edu> writes: What does the F77 Standard say about using the character, $ for the beginning of a variable name? This is the only character in F77 which a) is explicitly allowed and b) for which there ..., I always used it as the continuation mark, since otherwise (except in CHARACTERs and comments) I couldn't use it all. Also, it made continuations...
Show full article (0.52Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: Ian Gay
Date: May 29, 2008 21:50

...Knoble wrote: On Thu, 29 May 2008 11:39:52 -0500, mecej4 <mecej4_spam_nyet@operamail.com> wrote: -|Herman D. Knoble wrote: -|> What does the F77 Standard say about using the character, $ for the beginning of a -|> variable name? [snip] I don't have an F77 compiler; I use G95, Lahey LF95, and Silverfrost under Windows and a plethora of comoilers under Linux. ...
Show full article (1.12Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: Terence
Date: May 29, 2008 21:37

..., but I DID look at the manual just then... The Toy I referred to was the total caution-free use of my F77 compiler which is now somewhat limited (just a tinsy-winsy bit: ports) in what it can do on an NT or XP operating system. I like quick clean coding and F77 gives it for far less effort than anything else I have tried over the years. Pascal came close but I found Fortran more flexible.
Show full article (0.49Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: Gary Scott
Date: May 29, 2008 18:25

...t you already know that it wasn't standard conforming? -- Gary Scott mailto:garylscott@sbcglobal dot net Fortran Library: http://www.fortranlib.com Support the Original G95 Project: http://www.g95.org -OR- Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html If you want to do the impossible, don't hire an expert because he knows ...
Show full article (0.74Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: e p chandler
Date: May 29, 2008 16:16

...<SkipKnobleL...@SPAMpsu.DOT.edu> wrote: What  does the F77 Standard say about using the character, $ for the beginning of a variable name? Nobody seems yet to have actually answered this ...> Because f95 allows longer names than f77, if the underscore wasn't in the professor's character set, you could compile with f95 by changing the offending $ into D_ at the cost of ...
Show full article (1.11Kb) · Show article thread
Re: Fortran 77 alphabet character $     

Group: comp.lang.fortran · Group Profile · Search for Fortran 77 alphabet character in comp.lang.fortran
Author: John Harper
Date: May 29, 2008 15:40

... <SkipKnobleLESS@SPAMpsu.DOT.edu> wrote: What does the F77 Standard say about using the character, $ for the beginning of a variable name? Nobody seems yet to have actually answered this ... code. Because f95 allows longer names than f77, if the underscore wasn't in the professor's character set, you could compile with f95 by changing the offending $ into D_ at the cost of (...
Show full article (1.02Kb) · Show article thread
1 · 2 · 3 · next