Can now define an initial file to run.
[forth.jl.git] / src / lib.4th
index 60d7a56..d8d819b 100644 (file)
@@ -15,3 +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
+
+: WELCOME
+    SKIP-WELCOME @ INVERT IF
+        ." Welcome to forth.jl!" CR CR
+    THEN
+;
+welcome