Can now define an initial file to run.
[forth.jl.git] / src / lib.4th
index 86731cf..d8d819b 100644 (file)
@@ -15,5 +15,11 @@ include lib_7_variables.4th
 include lib_8_vocab.4th
 include lib_9_decompiler.4th
 include lib_10_misc.4th
+include lib_11_extensions.4th
 
-.(  done.) cr
+: WELCOME
+    SKIP-WELCOME @ INVERT IF
+        ." Welcome to forth.jl!" CR CR
+    THEN
+;
+welcome