DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / closure-01.typ
123456
// Basic closure without captures. #{ let adder = (x, y) => x + y test(adder(2, 3), 5) }