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

⟦e630bf247⟧ TextFile

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

Derivation

└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦this⟧ »listsa« 

TextFile

begin
zone save(128,1,stderror);
integer i;
integer field antal;
open(save,4,<:savecat:>,0);
for i:=0 step 1 until 373 do 
begin
setposition(save,0,i);
inrec6(save,2);
antal:=2;
write(out,<:<10>katalog nøgle = :>,i,<:  antalhashindgange =:>);
write(out,save.antal);
end;
close(save,true);
end;
▶EOF◀