DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / while-01.typ
12345678
// Value of while loops. // Ref: false #test(while false {}, none) #let i = 0 #test(type(while i < 1 [#(i += 1)]), "content")