"MODULE - simple module implementation"

module
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
LGPL for license
EXTENSIONS EXTENSIONS MODULE

no special info, see general notes

module loader code P4_FXco

EXTENSIONS END-MODULE

no special info, see general notes

module loader code P4_FXco

EXTENSIONS EXPORT

no special info, see general notes

module loader code P4_FXco

EXTENSIONS EXPOSE-MODULE

no special info, see general notes

module loader code P4_FXco

EXTENSIONS ALSO-MODULE

no special info, see general notes

module loader code P4_FXco