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

⟦2b1d665f0⟧ TextFile

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

Derivation

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

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◀