X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/b93ef4a183fdcb182925f17cacf1803a200a1130..970d32b553a44051cedd2caf34267b7b1cdbab78:/fth/system.fth diff --git a/fth/system.fth b/fth/system.fth index c83136d..01b779d 100644 --- a/fth/system.fth +++ b/fth/system.fth @@ -17,6 +17,8 @@ : \ ( -- , comment out rest of line ) EOL word drop ; immediate + +\ 1 echo ! \ Uncomment this line to echo Forth code while compiling. \ ********************************************************************* \ This is another style of comment that is common in Forth. @@ -809,7 +811,7 @@ auto.init THEN ; -\ load remainder of dictionary +\ Now that we can load from files, load remainder of dictionary. trace-include on trace-stack on @@ -823,5 +825,6 @@ FREEZE \ prevent forgetting below this point .( Dictionary compiled, save in "pforth.dic".) cr c" pforth.dic" save-forth - + +\ Save the dictionary in "pfdicdat.h" file so pForth can be compiled for standalone mode. SDAD