On Dec 20, 2008, at 11:11 AM, Jose A. Ortega Ruiz wrote: > I'd like to implement a FUEL command displaying the list of callers > of a > given word. Is there an easy way to ask factor for them?
The "usage." word will do what you want. \ swap usage. -Joe ------------------------------------------------------------------------------ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
