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

⟦429f28636⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »TF1_1.PAS«

Derivation

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

TextFile




(*******************************************************************)
(*                                                                 *)
(*                        MODULE 1 starts                          *)

type
  state_type = (format, copy, center);
  par_state_type = (outside, heading, normal_par, list_par);
      (* everywhere, 'par' means 'paragraph' *)
  line_sort_type = (blank, normal, normal_new_par,
                           list, list_new_par);

var
  state : state_type;
  par_state : par_state_type;
  left, left_add, indentation, right,
    hdft_left, hdft_right, max_white_space,
    hdft_line_spacing, hd_height, ft_height, pg_height : integer;
  straight_margin, inside_figure, inside_block : boolean;
  text_processed : boolean;

«eof»