DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / return-05.typ
123456789
// Test value return from content. #let x = 3 #let f() = [ Hello 😀 #return "nope" World ] #test(f(), "nope")