DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / block-04.typ
1234567891011
// Block in expression does create a scope. #let a = { let b = 1 b } #test(a, 1) // Error: 3-4 unknown variable: b #{b}