/**
* (C) 2000 - 2001 Guido Draheim
*
* @see LGPL for license
* @description
* this wordset implements a simple module-system.
* the basic module-system is based on the three
* words MODULE/END-MODULE/EXPORT - these three were
* present TEK' mforth, here the MPE' forth is used
* as an example for the naming scheme. This
* implementation has also mpe's EXPOSE-MODULE,
* and it has a serious form of mpe's REQUIRES
* under the name ALSO-MODULE which clarifies that
* the search-order is modified. Note also that
* pfe defines a REQUIRES in require-ext that works
* like INCLUDE-ONCE
*/