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

⟦f1601d67d⟧ TextFile

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

Derivation

└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦this⟧ »uux« 

TextFile

uxx1=edit taria
l..læsvenstresidenaf.
i?


boolean procedure find_assignment;
<********************************>
begin
find_assignment := false;
error_nr := 1;
se_fremad(næste_art);
if næste_art = symbol_art then
  begin
  næste_symbol(symbol);
  if symbol = ':' <* tegn værdi 58 *> then
    begin
    se_fremad(næste_art);
    næste_symbol(symbol);
    if symbol = '=' <* tegn værdi 61 *> then
      begin
      find_assignment := true;
      error_nr := 0;
      end;
    end;
  end;
end find_assignment;
?,f
▶EOF◀