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