Name

vlist:tools_misc — ordinary primitive

Synopsis

FORTH

VLIST ( -- )();
p4:"vlist";

Description

The VLIST command had been present in FIG and other forth implementations. It has to list all accessible words. In PFE it list all words in the search order. Well, the point is, that we do really just look into the search order and are then calling WORDS on that Wordl. That way you can see all accessible words in the order they might be found. Uses ?CR