bug.red 452 B

1234567891011121314151617181920
  1. % BUG.RED - Send bug reports
  2. %
  3. % Author: Martin Griss and Eric Benson
  4. % Symbolic Computation Group
  5. % Computer Science Dept.
  6. % University of Utah
  7. % Date: 11 December 1981
  8. % Copyright (c) 1981 University of Utah
  9. %
  10. IMPORTS '(EXEC);
  11. lisp procedure Bug();
  12. << PrintF "*** PSL Bug reporter, ^N to abort%n";
  13. PutRescan BldMsg "MAIL *PSL:USER-BUG-REPORTS.TXT,BENSON,GRISS%n";
  14. MM();
  15. TerPri() >>;
  16. END;