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

⟦f5f587e6e⟧ TextFile

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

Derivation

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

TextFile

pap=set 100
mode list.yes
;wa
;o u80
pap=pascal list.yes  survey.yes  heap.50 codesize.150
(*$C-*)
program pap(output);
var i,j,k: integer;
name: alfa;
t,t1: real;
tail: array Æ1..10Å of integer;
(*$I  papi *)
value k=5;
t1=0.0;
begin
name:='pascal';
i:=monitor(42,name,tail);
for j:=5 to 10 do
  writeln(j:2,tailÆjÅ,tailÆjÅ div 4096,tailÆjÅ mod 4096);
t:=tailÆ6Å;
t:=systime(6,0.0,t)+t/1000000;
writeln('time ',t:14:3);
writeln('shortclock',systime(7,0.0,t1));
end.
;
pap
o c
mode list.no
▶EOF◀