From: George H. <geo...@us...> - 2006-10-28 10:59:02
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv927/win32forth/src/lib Modified Files: BLOCK.F Log Message: gah:Updated docs Index: BLOCK.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/BLOCK.F,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** BLOCK.F 17 Oct 2006 08:52:19 -0000 1.5 --- BLOCK.F 28 Oct 2006 10:58:58 -0000 1.6 *************** *** 28,41 **** \ ** \b NOTE \d set-blockfile does not close the current blockfile. ! \ A sample block file BANNER.BLK has been included for your examination. ! \ ! \ type the following commands after loading BLOCK.F ! \ ! \ OPEN-BLOCKFILE BANNER.BLK ! \ 1 7 THRU ! \ ! \ This will load and run a simple demo. ! \ ! \ Type DEMO again to run it again after it has been loaded. only forth also definitions --- 28,40 ---- \ ** \b NOTE \d set-blockfile does not close the current blockfile. ! \ *P A sample block file BANNER.BLK has been included for your examination. \n ! \ ** type the following commands after loading BLOCK.F \n ! \ ** \n ! \ ** OPEN-BLOCKFILE DEMOS\BANNER.BLK ! \ ** 1 7 THRU ! \ ** \n ! \ ** This will load and run a simple demo. \n ! \ ** \n ! \ ** Type DEMO again to run it again after it has been loaded. only forth also definitions |