DataMuseum.dk

Presents historical artifacts from the history of:

RC3500

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

See our Wiki for more about RC3500

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦9f3f86a95⟧ TextFileVerbose

    Length: 768 (0x300)
    Types: TextFileVerbose
    Names: »compare«

Derivation

└─⟦2c55ea56f⟧ Bits:30001844 SW-save af projekt 1000, Alarm-system
    └─⟦093e2ad1c⟧ 
        └─⟦this⟧ »compare« 

TextFileVerbose

p=algol 

begin
  integer i; integer field fi;
  zone z, z1(128, 1, stderror);

  open(z, 4, <:bin3s:>, 0);
  open(z1,4, <:bin3ss:>,0);
  fi:=2;

  for i:=1 step 1 until 5*2150 do
  begin
    inrec6(z, 2);
    inrec6(z1, 2);
    if z.fi<>z1.fi then write(out, <:<10>error: :>, i);
  end;
end

p
finis
«eof»