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

⟦bdeac6e0a⟧ TextFile

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

Derivation

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

TextFile

pap=set 100
mode list.yes
pap=newpass1 pass2.newpass2 list.yes  survey.yes  heap.50 codesize.150
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.
;
pap
mode list.no
▶EOF◀