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

⟦d66c92088⟧ TextFile

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

Derivation

└─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ.
    └─⟦4334b4c0b⟧ 
        └─⟦this⟧ »test« 

TextFile

begin
integer i,n,p;
n:=readi(<:n:>);
begin
array A(1:n);
read(in,A);
OM:
p:=readi(<:p:>);
write(out,runtest(n,p,A(i),i));
if readb(<:more:>) then goto OM
end
end
▶EOF◀