DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / spread-02.typ
12345678910
// Test doing things with arguments. #{ let save(..args) = { test(type(args), "arguments") test(repr(args), "(three: true, 1, 2)") } save(1, 2, three: true) }