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

⟦6b59b3934⟧ TextFile

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

Derivation

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

TextFile

rep=algol list.yes
begin
integer char,reps,i,j,k;
readifp(<:rep:>,reps,1);
connectlso;
i:=0;
repeat
readchar(in,char);
if char<>25 then outchar(out,char) else i:=i+1;
until i>reps;
if fpout then closeout
end
▶EOF◀