--- parse tree --- [ Code "test/typ/meta/link-06.typ" ( line 1 , column 2 ) (Let (BasicBind (Just (Identifier "test"))) (FuncExpr [ NormalParam (Identifier "x") , NormalParam (Identifier "y") ] (Block (CodeBlock [ If [ ( Equals (Ident (Identifier "x")) (Ident (Identifier "y")) , Block (Content [ Text "\9989" ]) ) , ( Literal (Boolean True) , Block (Content [ Text "\10060" , Text "(" , Code "test/typ/meta/link-06.typ" ( line 1 , column 47 ) (FuncCall (Ident (Identifier "repr")) [ NormalArg (Ident (Identifier "x")) ]) , Space , Text "/" , Text "=" , Space , Code "test/typ/meta/link-06.typ" ( line 1 , column 59 ) (FuncCall (Ident (Identifier "repr")) [ NormalArg (Ident (Identifier "y")) ]) , Text ")" ]) ) ] ])))) , SoftBreak , Comment , Code "test/typ/meta/link-06.typ" ( line 3 , column 2 ) (Set (Ident (Identifier "page")) [ KeyValArg (Identifier "height") (Literal (Numeric 60.0 Pt)) ]) , SoftBreak , Code "test/typ/meta/link-06.typ" ( line 4 , column 2 ) (Let (BasicBind (Just (Identifier "mylink"))) (FuncCall (Ident (Identifier "link")) [ NormalArg (Literal (String "https://typst.org/")) , BlockArg [ Text "LINK" ] ])) , SoftBreak , Text "My" , Space , Text "cool" , Space , Code "test/typ/meta/link-06.typ" ( line 5 , column 10 ) (FuncCall (Ident (Identifier "box")) [ NormalArg (FuncCall (Ident (Identifier "move")) [ KeyValArg (Identifier "dx") (Literal (Numeric 0.7 Cm)) , KeyValArg (Identifier "dy") (Literal (Numeric 0.7 Cm)) , NormalArg (FuncCall (Ident (Identifier "rotate")) [ NormalArg (Literal (Numeric 10.0 Deg)) , NormalArg (FuncCall (Ident (Identifier "scale")) [ NormalArg (Literal (Numeric 200.0 Percent)) , NormalArg (Ident (Identifier "mylink")) ]) ]) ]) ]) , ParBreak ] --- evaluated --- document(body: { text(body: [ ]), text(body: [ ]), text(body: [ My cool ]), box(body: move(body: rotate(angle: 10.0deg, body: scale(body: link(body: text(body: [LINK]), dest: "https://typst.org/"), factor: 200%)), dx: 0.7cm, dy: 0.7cm)), parbreak() })