Re: Need Help: compiling old Fortran program




"John Harper" <harper@xxxxxxxxxxxxx> wrote in message
news:1183501643.275202@xxxxxxxxxxxxxxxxxxxxx
In article <1183440526.358369.52110@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Terence <tbwright@xxxxxxxxx> wrote:
I was surprised nobody mentioned the effects of changing the value of
the DO-loop varable within the range of the loop. In the history of
compilers, there are (were) two ways of controlling a do-loop, DO
(label) I=i1,i2,i3

1) initialising the index to i1-i3 before the looping part,
incrementing by i3 and testing the current value against the i2 limit
before executing the loop instructions;

What is supposed to happen in that case if none of i1,i2,i3
Glad I found you, John. Did you have anything to do with Watcom?
Cordially, WW


.



Relevant Pages

  • Re: Raw_input with readline in a daemon thread makes terminal text disappear
    ... loop in separate thread. ... having a command history or the use of backspace etc. ... control of the command-line while raw_input is accepting input - at least this ... I worked around it by making the input loop ...
    (comp.lang.python)
  • A Class of Non-Halting TMs
    ... A Class of Non-Halting TMs ... This tape can only contain 0's or 1's. ... Machine History Table ... Are steps 4 through 7 a loop? ...
    (comp.theory)
  • Re: no add link into history link....
    ... > should not add an entry to the history. ... >> History link the macro make for each record ... >> DoEvents ...
    (microsoft.public.excel.programming)
  • Re: a row-level operator for copying?
    ... code sample below, these tables are atest and atest_history). ... but you should move the actual insert/delete after the loop. ... and BULK INSERT them into the history table and BULK ...
    (comp.databases.oracle.misc)
  • Re: Need Help: compiling old Fortran program
    ... the DO-loop varable within the range of the loop. ... compilers, there are two ways of controlling a do-loop, DO ... initialising the index to i1-i3 before the looping part, ...
    (comp.lang.fortran)