From: George H. <geo...@us...> - 2005-06-20 07:40:57
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14618/win32forth/src/lib Modified Files: MDI.F RESOURCES.F switch.f Log Message: gah: added 3reverse and 4reverse to kernel and modified various files to use it. Modified stack comments in toolset.f to use -- for consistency. NOTE the new KERNEL.EXE is needed to build the system Index: switch.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/switch.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** switch.f 21 Dec 2004 00:19:10 -0000 1.1 --- switch.f 20 Jun 2005 07:40:48 -0000 1.2 *************** *** 127,131 **** : RUNS ( head n -<word>- -- ) run-error ! ' SWAP rot dup link, -rot , , ; \ Add a condition that runs the code up to ; --- 127,131 ---- : RUNS ( head n -<word>- -- ) run-error ! ' 3reverse dup link, -rot , , ; \ Add a condition that runs the code up to ; *************** *** 226,227 **** --- 226,228 ---- in-application + |