Library functioning using new quasiquote.
[scheme.forth.jl.git] / src / scheme.4th
index 72d2c9d..abd214e 100644 (file)
@@ -1987,8 +1987,7 @@ variable gc-stack-depth
 
     include scheme-primitives.4th
 
-    s" testing-library.scm" load 2drop
-    \ s" scheme-library.scm" load 2drop
+    s" scheme-library.scm" load 2drop
     
 \ }}}
 
@@ -2021,7 +2020,7 @@ variable gc-stack-depth
     enable-gc
 
     \ Display welcome message
-    welcome-symbol nil cons global-env obj@ eval 2drop
+    welcome-symbol nil cons global-env obj@ eval 2drop
 
     begin
         ['] repl-body catch