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

⟦af28a15a0⟧ TextFile

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

Derivation

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

TextFile

begin
integer i,n;
n:=readi(<:n:>);
  begin integer array x(1:n);
  connectcuri(<:pfind:>);
  for i:=1 step 1 until n do read(in,x(i));
  unstackcuri;
  connectcuro(<:pfud:>);
  for i:=1 step 1 until n do write(out,"nl",1,<<dddddd>,x(i)*x(i));
  closeout;
  write(out,<<dddddd>,n)
  end
end
▶EOF◀