pcheck.hlp 283 B

123456789101112
  1. PCHECK.RED MLG, 10 June 1982
  2. ----------
  3. PCHECK will READ a .SL file, printing some of the top-level of each
  4. S-expression. It is meant to survey the file, and if the file has
  5. unbalanced parensthesis, will show where things get confused.
  6. To use:
  7. LOAD PCHECK;
  8. PCHECK "foo.sl";