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

⟦598550d65⟧ TextFile

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

Derivation

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

TextFile

;klab3 6
clear ryom
ryom=set 60
lookup rydlist
if ok.yes
ryom=algol list.yes
ryom=algol
ryom
3 2 76
program for energy conversion for input to rydgen
begin
integer i,j,k,l,n,char,fp;
array FP(1:2);
real Ip,Enl;
fp:=fpparam(FP);
Ip:=readr(<:ionisatonspotentail:>);
if fp=-1 then begin
  stackcuro;
  connectcuro(FP);
  write(out,<<dddddddd.dd>,Ip);
  end;
for i:=readchar(in,char) while char<>101 do begin
repeatchar(in);
read(in,n);
repeatchar(in);
readchar(in,l);
read(in,Enl);
write(out,<:<10>:>,<<dd>,n,false add l,1,<<  dddddddd.dd>,Ip-Enl);
end;
write(out,<:<10>end<10>:>);
if fp=-1 then closeout;
end
▶EOF◀