Re: Converting fixed-to-free format
- From: "robin" <robin_v@xxxxxxxxxxx>
- Date: Thu, 27 Apr 2006 00:10:01 GMT
"Ken Plotkin" <kplotkin@xxxxxxxxxxxxxx> wrote in message
news:b5bn42hts9oait8npan2745v53n6960515@xxxxxxxxxx
On Sat, 22 Apr 2006 09:21:18 GMT, "robin" <robin_v@xxxxxxxxxxx> wrote:
[snip]
As I said before, it isn't possible to make fixed form "safe".[snip]
Ask youself why free source form was introduced.
Because it eliminates the errors that fixed source form
allows to slip through.
What errors - other than those associated with column restrictions -
does free form eliminate?
As well as columnar erors, there are errors involving omitted
commas and periods.
Some of these are invited because Fortran permits blanks anywhere.
IF (A .GT .5) THEN
Missing comma at the end of a line that is continued to the next
(in, say, an argument list).
Use of comma in place of a fullstop and vice versa.
.
- References:
- Re: Converting fixed-to-free format
- From: robin
- Re: Converting fixed-to-free format
- From: jamesgiles@xxxxxxx
- Re: Converting fixed-to-free format
- From: robin
- Re: Converting fixed-to-free format
- From: Ken Plotkin
- Re: Converting fixed-to-free format
- Prev by Date: Re: Newbie making a dumb mistake but can you help?
- Next by Date: Re: Newbie making a dumb mistake but can you help?
- Previous by thread: Re: Converting fixed-to-free format
- Next by thread: Re: Converting fixed-to-free format
- Index(es):
Relevant Pages
|
|