includestatt
Includestatt is a hypothetical programming construct described in discussions of language design and templating systems. The term combines include and stat, signaling its purpose to bring in statically defined data from external sources into a module, page, or template. In typical usage, includestatt enables embedding of precomputed statistics, configuration constants, or other read-only state without duplicating data across files. Implementation may occur at compile time, build time, or runtime, depending on the language or framework.
A common model is that includestatt takes a path or key to a stat block and binds
In practice, includestatt can be realized in several ways: as a preprocessor directive in a build system,
See also: include, import, macro, static data, configuration as code.