Add -m32 and -x c to Makefile for 64-bit Snow Leopard.
[pforth] / fth / system.fth
index c83136d..01b779d 100644 (file)
@@ -17,6 +17,8 @@
 : \ ( <line> -- , comment out rest of line )\r
         EOL word drop\r
 ; immediate\r
 : \ ( <line> -- , comment out rest of line )\r
         EOL word drop\r
 ; immediate\r
+
+\ 1 echo !  \ Uncomment this line to echo Forth code while compiling.
 \r
 \ *********************************************************************\r
 \ This is another style of comment that is common in Forth.\r
 \r
 \ *********************************************************************\r
 \ This is another style of comment that is common in Forth.\r
@@ -809,7 +811,7 @@ auto.init
     THEN\r
 ;\r
 \r
     THEN\r
 ;\r
 \r
-\ load remainder of dictionary\r
+\ Now that we can load from files, load remainder of dictionary.\r
 \r
 trace-include on\r
 trace-stack on\r
 \r
 trace-include on\r
 trace-stack on\r
@@ -823,5 +825,6 @@ FREEZE    \ prevent forgetting below this point
 \r
 .( Dictionary compiled, save in "pforth.dic".) cr\r
 c" pforth.dic" save-forth\r
 \r
 .( Dictionary compiled, save in "pforth.dic".) cr\r
 c" pforth.dic" save-forth\r
-\r
+
+\ Save the dictionary in "pfdicdat.h" file so pForth can be compiled for standalone mode.\r
 SDAD\r
 SDAD\r