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

⟦ebb1715fc⟧ TextFile

    Length: 1408 (0x580)
    Types: TextFile
    Names: »TFUSERLA.BAK«, »TFUSERLA.PAS«

Derivation

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

TextFile

(* constants that may be modified by the user : *)
(* adapted for Lars's printer *)
const
  max_line_len = 80;
      (* warn the user if an input line becomes longer than
         this because of insertion of new divide-points *)

  input_line_length = 160;
      (* maximum length of an input line. Input lines must
         not exceed this number. *)

  buffer_size = 5; (* lines *)
      (* size of the buffer that is used for blocks *)

  max_includes = 3;
      (* max no. of levels of include files. The main
         file is one level. *)

  nr_head_foot_lines = 3;
      (* the number of text lines in the head and in the foot *)

  (* initial values for various user-settable variables : *)
  init_left              = 0;   (* 0 x 24 points *)
  init_left_add          = 0;   (* 0 x 24 points *)
  init_indentation       = 120; (* 5 x 24 points *)
  init_right             = max_right_margin;
  init_straight_margin   = false;
  init_line_spacing      = 10;  (* points *)
  init_hf_left           = init_left;
  init_hf_right          = init_right;
  init_hf_line_spacing   = 10;  (* points *)
  init_head_height       = 20;  (* points *)
  init_foot_height       = 20;  (* points *)
  init_page_height       = 720; (* points *)
  init_page_nr           = 1;
  init_max_white_space   = 96;  (* 4 x 24 points *)
«eof»