|
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: »tremsp«
└─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ. └─⟦4334b4c0b⟧ └─⟦162d2eb5b⟧ »talgprog« └─⟦this⟧
remsp=set 1 scope project remsp remsp=algol begin integer i,j,k; integer array C(1:132); integer char,lch,last; connectlso; readifp(<:last:>,last,72); repeat k:=0; lch:=1; repeat readchar(in,char); k:=k+1; if char<>10 and char<>32 and k<=last then lch:=k; C(k):=char; until char=10 or char=25; if lch>last then lch:=last; for i:=1 step 1 until lch do outchar(out,C(i)); if lch<k then outchar(out,10); until char=25; if fpout then closeout; end; ▶EOF◀