From: George H. <geo...@us...> - 2006-10-28 11:01:17
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2128/win32forth/doc Modified Files: p-block.htm Log Message: gah:Updated docs Index: p-block.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-block.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** p-block.htm 17 Oct 2006 08:52:18 -0000 1.1 --- p-block.htm 28 Oct 2006 11:01:13 -0000 1.2 *************** *** 38,41 **** --- 38,50 ---- blockfile. <br /> <b> NOTE </b> set-blockfile does not close the current blockfile. + </p><p>A sample block file BANNER.BLK has been included for your examination. <br /> + type the following commands after loading BLOCK.F <br /> + <br /> + OPEN-BLOCKFILE DEMOS\BANNER.BLK + 1 7 THRU + <br /> + This will load and run a simple demo. <br /> + <br /> + Type DEMO again to run it again after it has been loaded. </p><h2>Glossary </h2><pre><b><a name="0"> 1024 constant b/buf \ W32F Block extra |