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

⟦e30991d16⟧ TextFile

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

Derivation

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

TextFile

mode list.yes listing.yes
termc=set 30

global termc
termc=algol connect.no
begin
integer c,char,i,j;
integer array C(1:80);
connectlso;
connectinp(1);
repeat
  i:=0;
  repeat
  c:=readchar(in,char);
  i:=i+1;
  C(i):=char
  until char=10 or char=25 or i>=79;
  for j:=1 step 1 until i do outchar(out,C(j));
  for j:=i//2 step -1 until 0 do outchar(out,127);
until char=25;
closeout;
end
mode list.no listing.no
▶EOF◀