DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / block-03.typ
123456
// Block directly in markup also creates a scope. #{ let x = 1 } // Error: 7-8 unknown variable: x #test(x, 1)