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

⟦0ccd15d4b⟧ TextFile

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

Derivation

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

TextFile

mode list.yes
simp=algol list.yes
begin
integer i;
real t;
array N(1:116);
for i:=2 step 1 until 116 do N(i):=0;
N(1):=e;
repeat
  read(in,t);
  if t>0 then write(out,simproc(t,16,N));
until t<=0;
end
simp v
mode list.no
▶EOF◀