load.scm 223 B

1234567891011
  1. ; Part of Scheme 48 1.9. See file COPYING for notices and license.
  2. ; Authors: Richard Kelsey, Jonathan Rees
  3. ; To load Pre-Scheme, do
  4. ; ,exec ,load <this file>
  5. (config)
  6. (load "interface.scm")
  7. (load "package-defs.scm")