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

⟦b70075b63⟧ TextFile

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

Derivation

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

TextFile

begin
zone save(128,1,stderror);
integer i,k;
open(save,4,<:savecat:>,0);
setposition(save,0,372);
swoprec6(save,2);
begin
integer field j1;
j1:=2;
save.j1:=7;
 for i:= 1 step 1 until 7 do swoprec6(save,20);
  for i := 1 step 1 until 18 do
begin
swoprec6(save,20);
for k:=1 step 1 until 10 do
begin
j1:=k*2;
save.j1:=-1;
end;
end;

end;
close(save,true);
end;

▶EOF◀