Added display primitives.
[scheme.forth.jl.git] / scheme.4th
index f96fec9..64d4b40 100644 (file)
@@ -1620,6 +1620,12 @@ include scheme-primitives.4th
 
 \ }}}
 
+\ ---- Standard Library ---- {{{
+
+    s" scheme-library.scm" load 2drop
+    
+\ }}}
+
 \ ---- REPL ----
 
 : repl