1 2 3 4 5 6 7 8
/// path: base.typ #let base() = 1; ----- #import "base.typ" #import "base.typ": * #base;