+definition+
Definition Dependency Management

Next:+effect+


Vocabulary
stack-checker.dependencies

Word description
Word that indicates that the dependency is a definition dependency. It is a dependency among two words in which one word depends on the definition of the another. For example, if two words are defined as : o ( -- ) i ; and : i ( -- ) ; inline, then 'o' has a definition dependency to 'i' because 'i' is inline. If the definition of 'i' changes 'o' must be recompiled.

Definition