--- parse tree --- [ Code "test/typ/layout/columns-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/columns-04.typ" ( line 1 , column 47 ) (FuncCall (Ident (Identifier "repr")) [ NormalArg (Ident (Identifier "x")) ]) , Space , Text "/" , Text "=" , Space , Code "test/typ/layout/columns-04.typ" ( line 1 , column 59 ) (FuncCall (Ident (Identifier "repr")) [ NormalArg (Ident (Identifier "y")) ]) , Text ")" ]) ) ] ])))) , SoftBreak , Comment , Code "test/typ/layout/columns-04.typ" ( line 3 , column 2 ) (Set (Ident (Identifier "page")) [ KeyValArg (Identifier "height") (Literal (Numeric 3.25 Cm)) , KeyValArg (Identifier "width") (Literal (Numeric 7.05 Cm)) , KeyValArg (Identifier "columns") (Literal (Int 3)) ]) , SoftBreak , Code "test/typ/layout/columns-04.typ" ( line 4 , column 2 ) (Set (Ident (Identifier "columns")) [ KeyValArg (Identifier "gutter") (Literal (Numeric 30.0 Pt)) ]) , ParBreak , Code "test/typ/layout/columns-04.typ" ( line 6 , column 2 ) (FuncCall (Ident (Identifier "rect")) [ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent)) , KeyValArg (Identifier "height") (Literal (Numeric 2.5 Cm)) , KeyValArg (Identifier "fill") (Ident (Identifier "green")) ]) , Space , Code "test/typ/layout/columns-04.typ" ( line 6 , column 49 ) (FuncCall (Ident (Identifier "parbreak")) []) , SoftBreak , Code "test/typ/layout/columns-04.typ" ( line 7 , column 2 ) (FuncCall (Ident (Identifier "rect")) [ KeyValArg (Identifier "width") (Literal (Numeric 100.0 Percent)) , KeyValArg (Identifier "height") (Literal (Numeric 2.0 Cm)) , KeyValArg (Identifier "fill") (Ident (Identifier "eastern")) ]) , Space , Code "test/typ/layout/columns-04.typ" ( line 7 , column 49 ) (FuncCall (Ident (Identifier "parbreak")) []) , SoftBreak , Code "test/typ/layout/columns-04.typ" ( line 8 , column 2 ) (FuncCall (Ident (Identifier "circle")) [ KeyValArg (Identifier "fill") (Ident (Identifier "eastern")) ]) , ParBreak ] --- evaluated --- document(body: { text(body: [ ]), text(body: [ ]), parbreak(), rect(fill: rgb(18%,80%,25%,100%), height: 2.5cm, width: 100%), text(body: [ ]), parbreak(), text(body: [ ]), rect(fill: rgb(13%,61%,67%,100%), height: 2.0cm, width: 100%), text(body: [ ]), parbreak(), text(body: [ ]), circle(fill: rgb(13%,61%,67%,100%)), parbreak() })