|
|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300)
Types: TextFile
Names: »compare«
└─⟦2c55ea56f⟧ Bits:30001844 SW-save af projekt 1000, Alarm-system
└─⟦093e2ad1c⟧
└─⟦this⟧ »compare«
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◀