|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300) Types: TextFile Names: »tremill«
└─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ. └─⟦4334b4c0b⟧ └─⟦162d2eb5b⟧ »talgprog« └─⟦this⟧
remill=set 1 scope project remill remill=algol begin integer i,j; integer char; connectlso; readifp(<:last:>,last,132); repeat readchar(in,char); if char<32 or char>127 then begin if char<>25 and char<>12 and char<>13 and char<>10 then write(out,"<",1,<<d>,char,">",1) else outchar(out,char); end else outchar(out,char); until char=25; if fpout then closeout; end; ▶EOF◀