Can now define an initial file to run.
[forth.jl.git] / src / lib.4th
index fef3b42..d8d819b 100644 (file)
@@ -17,4 +17,9 @@ 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