DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦3278b1da0⟧ TextFile

    Length: 384 (0x180)
    Types: TextFile
    Names: »WRUTIL.PAS«

Derivation

└─⟦514567ecc⟧ Bits:30009789/_.ft.Ibm2.50006603.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »WRUTIL.PAS« 

TextFile

  procedure wr(var fs : f_string_elt);
  begin
    with fs do begin
      write('"', ch, '"< ');
      if underscore in attr then write('undsc ');
      if bold       in attr then write('bold ');
      if italic     in attr then write('italic ');
      write('>  ');
    end;
  end;
«eof»