DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / while-04.typ
1234
// Error: 2:2-2:24 loop seems to be infinite #let i = 1 #while i > 0 { i += 1 }