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

⟦46e293c8f⟧ TextFile

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

Derivation

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

TextFile

clear user ramloo
ramloo=set 1 disc5
scope user ramloo
ramloo=algol list.no
\f


RAMAN KATALOG                                                      LOO

external procedure ramloo(nr1,nr2,type);
integer nr1,nr2,type;

begin integer j,i; long array BS(1:2);
      integer array t(1:10);
      for i:=nr1 step 1 until nr2 do
      begin ramng(i,BS,type);
            if lookuptail(BS,t)=0 then
            begin write(out,"nl",1,BS,<:=:>);
                  for j:=1 step 1 until 10 do
                  write(out,<< dddd>,t(j));
            end
            else
            begin write(out,"nl",1,BS,<: *findes ikke:>);
            end;
      end;
end; end
\f


▶EOF◀