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

⟦eb3788776⟧ TextFile

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

Derivation

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

TextFile

begin integer tegnno,tegnmax,gltegn,tegn;
gl_tegn := 0;
tegn_max := 73;
repeat
readchar(in,tegn);
if tegn = 'c' and gl_tegn = 'nl' then
  begin
  outchar(out,'<'); outchar(out,'*');
  for tegn_no := 1 step 1 until tegn_max do
    begin
    if tegn <> 'nl' then readchar(in,tegn);
    outchar(out,if tegn = 'nl' then 'sp' else tegn);
    end;
  outchar(out,'*'); outchar(out,'>');
  end;
outchar(out,tegn);
gl_tegn := tegn;
until tegn = 'em';
end
▶EOF◀