From: George H. <geo...@us...> - 2011-08-18 15:43:30
|
Update of /cvsroot/win32forth/win32forth/Help/html In directory vz-cvs-4.sog:/tmp/cvs-serv19828 Modified Files: dexh-paths.htm Log Message: Minor corrections Index: dexh-paths.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/dexh-paths.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dexh-paths.htm 13 Jun 2009 11:05:59 -0000 1.2 --- dexh-paths.htm 18 Aug 2011 15:43:28 -0000 1.3 *************** *** 23,31 **** </p><p><b><code>: path: ( -- ) </code></b><br>Defines a directory search path. <br /> ! The first 2 cells are used too handle a search path. <br /> The next 260 bytes are reserved for a counted string of a path. <br /> followed by null. <br /> At runtime it returns address of the counted string of a path. ! </p><p><b><code>-2 cells offset path-source ( path -- 2variable_path-source ) </code></b><br>Path-source points to a substring in a path. <br /> Path-source returns this address. --- 23,31 ---- </p><p><b><code>: path: ( -- ) </code></b><br>Defines a directory search path. <br /> ! The first 2 cells are used to handle a search path. <br /> The next 260 bytes are reserved for a counted string of a path. <br /> followed by null. <br /> At runtime it returns address of the counted string of a path. ! </p><p><b><code>: path-source ( path -- 2variable_path-source ) </code></b><br>Path-source points to a substring in a path. <br /> Path-source returns this address. |