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