From: Dirk B. <db...@us...> - 2005-10-20 15:07:34
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28169/src Modified Files: Primutil.f Log Message: some doc for ,"TEXT" added Index: Primutil.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Primutil.f,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Primutil.f 12 Oct 2005 22:37:44 -0000 1.12 --- Primutil.f 20 Oct 2005 15:07:18 -0000 1.13 *************** *** 355,359 **** \ ,"TEXT" also detect \T embeded in the text and replaces it with a TAB char ! : ,"TEXT" ( -<"text">- ) \ parse out quote delimited text and compile \ it at here NO EXTRA SPACES ARE NEEDED !!! --- 355,360 ---- \ ,"TEXT" also detect \T embeded in the text and replaces it with a TAB char ! \ Note: ,"TEXT" is partly brocken. It only detects and replaces the first \T ! \ in the text all other \T's will not be changed. : ,"TEXT" ( -<"text">- ) \ parse out quote delimited text and compile \ it at here NO EXTRA SPACES ARE NEEDED !!! *************** *** 617,621 **** ( -- hndl ) \ Win32Forths startup initialization 0 value ! handles-list link, ; in-application --- 618,622 ---- ( -- hndl ) \ Win32Forths startup initialization 0 value ! handles-list link, ; in-application |