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

⟦ae7856c56⟧ TextFile

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

Derivation

└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦this⟧ »ramrnrx« 

TextFile

clear user ramrnr
ramrnr=set 1 disc5
scope user ramrnr
ramrnr=algol
\f


RAMAN KATALOG                                                      RNR

external procedure ramrnr;

begin
integer array t(1:10); integer i;
lookuptail(<:ramnr:>,t);
write(out,"nl",1,<: nr=:>,<<ddd>,t(10)); setposition(out,0,0);
write(out,"nl",1,<: nr=:>); setposition(out,0,0);
readchar(in,i); if i<>10 then
begin repeatchar(in); read(in,t(10));
end;
write(out,"nl",1,<:snr=:>,<<dddd>,t(9)); setposition(out,0,0);
write(out,"nl",1,<:snr=:>); setposition(out,0,0);
readchar(in,i); if i<>10 then
begin repeatchar(in); read(in,t(9));
end;
changetail(<:ramnr:>,t);
end; end
\f


▶EOF◀