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

⟦8eabf9448⟧ TextFile

    Length: 1536 (0x600)
    Types: TextFile
    Names: »cbx«

Derivation

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

TextFile

slet ck17.cb
clear cb
beskyt ck17.cb.3
cb=algol

external boolean procedure cb(n,j);
value j; integer n,j;
begin integer N,v,i; boolean c1;
      N:=cif(j);
      if n>N then
      begin c:=false; goto L; end;
      v:=j;
      for i:=1 step 1 until n do
      begin c1:=v mod 10 = 1;
            v:=round(v/10);
      end;
      c:=c1;
L: end; end
▶EOF◀