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

⟦0e470afcc⟧ TextFile

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

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦this⟧ »estnewpas« 

TextFile

program pap(output);
var i,j,k: integer;
name: alfa;
tail: array Æ1..10Å of integer;
value k=5;
begin
  for i:=1 to 10 do tailÆiÅ:=2*i;
  i:=firstaddress(k);
  j:=wordload(i);
  writeln(i,j);
  i:=firstaddress(tail);
  j:=wordload(i);
  writeln(i,j,wordload(i),tailÆ1Å,tailÆ2Å);
  name:='name';
  i:=firstaddress(name);
  j:=wordload(i);
  writeln(i,j,wordload(i));
end.
▶EOF◀