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

⟦b10ec6a13⟧ TextFile

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

Derivation

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

TextFile

clear user htal
htal=set 1 disc5
scope user htal
htal=algol
\f


RAMAN PROCEDURE                                                  HTAL

external boolean procedure htal(n);
integer n;
begin
  integer s;
  repeatchar(in);
A:readchar(in,s); if s<>10 and (s<48 or s>57) and s<>45 then goto A;
  if s=10 then htal:= false
  else 
  begin
    htal:= true;
    repeatchar(in);
    read(in,n);
  end;
end;
end
\f


▶EOF◀