DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / return-03.typ
1234567
// Test return outside of function. #for x in range(5) { // Error: 3-9 cannot return outside of function return }