1 2 3 4 5 6 7 8 9
/// path: draw.typ /// The draw line. #let line() = 1; ----- #let draw = "draw" + ".typ"; #import draw: * #(/* position after */ line);