DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / break-continue-10.typ
123456789
// Ref: true // Test break in set rule. // Should output `Hi` in blue. #for i in range(10) { [Hello] set text(blue, ..break) [Not happening] }