programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: About Box

From: Rick VanNorman <rick_at_neverslow.com>
Date: Thu, 28 Mar 2002 21:06:20 -0800

In the not-very-well documented cross reference utility, there
exists a word THRESHOLD which sets the cutoff point below which
no cross references will be compiled. This is useful to exclude
the common kernel words such as AND or MOD from being cross
referenced, as it is much more interesting to see what's going
on in the application code.

Simply put the statement

HERE THRESHOLD

at the top of your file, compile it, then execute UNCALLED. The
list will be much shorter.

UNCALLED takes no parameters.

Rick

*********** REPLY SEPARATOR ***********

On 3/28/2002 at 2:32 PM Azedia of DOLFINA wrote:

>Hi Rick,
>
>I tried the UNCALLED at the console and it listed out all of the uncalled
>words
>in my SF directory including the src/ide and runs for several seconds.
>

----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe sftalk" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/sftalk -- check them out!
Search the archives! Visit http://www.forth.com/search for details.
Received on Thu Mar 28 2002 - 21:06:25 PST

This archive was generated by hypermail 2.2.0 : Fri Nov 21 2008 - 03:04:22 PST