426 B
426 B
Import Expression
An import expression returns a DCDL module or structured value resolved by the host.
import "./config.dcdl"
The specifier is a string literal. The host defines its interpretation as a path, resource name, or another identifier. See Modules and Imports for details.
Evaluation
Imported values are evaluated lazily, and unreferenced fields are not evaluated.