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

⟦6e192d520⟧ TextFile

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

Derivation

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

TextFile

(mode list.yes
convert=algol connect.no
mode list.no)
1980-10-22
begin
array inp,outp(1:3);
integer i,j,fpc;

movestring(outp,1,<:lp:>);
readlsfp(outp);
for fpc:=1 step 1 until fpinareas do
begin
  readinfp(inp,fpc);
  i:=j:=1;
  printfile(string outp(increase(i)),string inp(increase(j)));
end
end
▶EOF◀