DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / return-00.typ
1234567
// Test return with value. #let f(x) = { return x + 1 } #test(f(1), 2)