--- parse tree --- [ Code "test/typ/layout/pagebreak-04.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/layout/pagebreak-04.typ" ( line 1 , column 47 ) (FuncCall (Ident (Identifier "repr")) [ NormalArg (Ident (Identifier "x")) ]) , Space , Text "/" , Text "=" , Space , Code "test/typ/layout/pagebreak-04.typ" ( line 1 , column 59 ) (FuncCall (Ident (Identifier "repr")) [ NormalArg (Ident (Identifier "y")) ]) , Text ")" ]) ) ] ])))) , SoftBreak , Comment , Comment , Code "test/typ/layout/pagebreak-04.typ" ( line 4 , column 2 ) (Set (Ident (Identifier "page")) [ KeyValArg (Identifier "fill") (Ident (Identifier "navy")) ]) , SoftBreak , Code "test/typ/layout/pagebreak-04.typ" ( line 5 , column 2 ) (Set (Ident (Identifier "text")) [ KeyValArg (Identifier "fill") (Ident (Identifier "white")) ]) , SoftBreak , Text "First" , SoftBreak , Code "test/typ/layout/pagebreak-04.typ" ( line 7 , column 2 ) (FuncCall (Ident (Identifier "pagebreak")) []) , SoftBreak , Code "test/typ/layout/pagebreak-04.typ" ( line 8 , column 2 ) (FuncCall (Ident (Identifier "page")) [ BlockArg [ Text "Second" ] ]) , SoftBreak , Code "test/typ/layout/pagebreak-04.typ" ( line 9 , column 2 ) (FuncCall (Ident (Identifier "pagebreak")) [ KeyValArg (Identifier "weak") (Literal (Boolean True)) ]) , SoftBreak , Code "test/typ/layout/pagebreak-04.typ" ( line 10 , column 2 ) (FuncCall (Ident (Identifier "page")) [ BlockArg [ Text "Third" ] ]) , ParBreak ] --- evaluated --- document(body: { text(body: [ ]), text(body: [ ]), text(body: [ First ], fill: rgb(100%,100%,100%,100%)), pagebreak(), text(body: [ ], fill: rgb(100%,100%,100%,100%)), page(body: text(body: [Second], fill: rgb(100%,100%,100%,100%)), fill: rgb(0%,12%,24%,100%)), text(body: [ ], fill: rgb(100%,100%,100%,100%)), pagebreak(weak: true), text(body: [ ], fill: rgb(100%,100%,100%,100%)), page(body: text(body: [Third], fill: rgb(100%,100%,100%,100%)), fill: rgb(0%,12%,24%,100%)), parbreak() })