prop.build 523 B

12345678910111213141516
  1. %
  2. % PROP.BUILD - Files with functions for property lists and function definition
  3. %
  4. % Author: Eric Benson
  5. % Symbolic Computation Group
  6. % Computer Science Dept.
  7. % University of Utah
  8. % Date: 19 May 1982
  9. % Copyright (c) 1982 University of Utah
  10. %
  11. PathIn "function-primitives.red"$ % used by PutD, GetD and Eval
  12. PathIn "property-list.red"$ % PUT and FLAG and friends
  13. PathIn "fluid-global.red"$ % variable declarations
  14. PathIn "putd-getd.red"$ % function defining functions