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

⟦4a8480c10⟧ TextFile

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

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦4f25f6142⟧ »cdiv« 
            └─⟦this⟧ 
└─⟦667bb35d6⟧ Bits:30007480 RC8000 Dump tape fra HCØ.
    └─⟦4334b4c0b⟧ 
        └─⟦ffd03c4b5⟧ »cdiv« 
            └─⟦this⟧ 

TextFile

mode list.yes
testwrd=algol list.yes
begin

procedure writedate(out,time);
value time; real time;
zone out;
begin
  real r;
  if time=0.0 then systime(1,0,time);
  write(out,"sp",2,<<  dd dd dd>,systime(4,time,r),r);
end writedate;

writedate(out,0.0);
end
testwrd
mode list.no
▶EOF◀