DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦2e770ad76⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »rtx         «

Derivation

└─⟦01e83a425⟧ Bits:30008166 Bånd med SW8010 og SW8500 source code
    └─⟦75ff9bef3⟧ 
        └─⟦this⟧ »rtx         « 

TextFile

mode list.yes
r=algol survey.yes
begin
  zone zi, zo (128, 1, stderror);
  integer hwds;

  open (zi, 4, <:pip:>, 0);
  open (zo, 4, <:pop:>, 0);

  for hwds := inrec6 (zi, 0) while hwds > 2 do
  begin
    inrec6 (zi, hwds);
    outrec6 (zo, hwds);
    tofrom (zo, zi, hwds);
  end;
  close (zi, true);
  close (zo, true);
end;

end
▶EOF◀