Re: closing unit=5 and unit=6 and print *




"glen herrmannsfeldt" <gah@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ed1rhl$356$2@xxxxxxxxxxxxxxxxxxx
(snip)

This reminds me that some DEC compilers, with unit 5 and 6
both specified as the terminal, would allow either input or
output on either unit. I believe they were unbuffered so there
wasn't any problem mixing them, but I am not sure about that.

I do know of programs using 5 for both terminal input and output.

You are talking about the compilers for PDP-11 and VAX. The f90 compiler
for Alpha used negative numbers for those two units. I barely remember that
the f90 compiler would not accept negative numbers in the open statement.
I can't remember about reading and writing to unit 5 because my programs
never did that. I always read from unit 5 and wrote to unit 6.
Jim


.



Relevant Pages

  • Re: whose cc recognises byte moves
    ... Thank you, yes I see, on C platforms where long essentially means int, ... Writing shifts or byte moves commonly provokes actual C compilers to ...
    (comp.arch.embedded)
  • Re: combobox duplicates
    ... know what explicit references are worth, ... to prefix that dot again with a pointer variable. ... Writing 16 bit code for old, slow and dumb compilers is one thing. ...
    (comp.lang.pascal.delphi.misc)
  • Re: who uses algorithms learned in cs studies?
    ... most algorithms have implementations already ... I frequently use the pattern behind language compilers and interpreters ... An example of writing an interpreter was taking documents written about ...
    (comp.lang.java.programmer)
  • Re: who uses algorithms learned in cs studies?
    ... most algorithms have implementations already ... I frequently use the pattern behind language compilers and interpreters ... An example of writing an interpreter was taking documents written about ...
    (comp.lang.java.programmer)
  • Re: who uses algorithms learned in cs studies?
    ... most algorithms have implementations already ... I frequently use the pattern behind language compilers and interpreters ... An example of writing an interpreter was taking documents written about ...
    (comp.lang.java.programmer)