|
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: »tfindill«
└─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ. └─⟦4334b4c0b⟧ └─⟦162d2eb5b⟧ »talgprog« └─⟦this⟧
(mode list.yes findill=set 40 findill=algol list.yes ) 1980-11-13 begin integer lin,err,c,char; lin:=err:=c:=0; repeat c:=c+1; readchar(in,char); if char=10 then lin:=lin+1 else if char<>'em' then begin if char<32 and char>0 then begin if char<>'ff' then begin err:=err+1; write(out,<:<'<'>:>,<<d>,char,<:<'>'>:>); if err mod 10=0 then write(out,"nl",1); end; end; end; until char=25; write(out,"nl",1,<:lines, chars, errors:>,lin,c,err); end ▶EOF◀