DEBSOURCES
Skip Quicknav
sources / golang-github-d5-tengo / 2.17.0-2 / testdata / cli / two / five / five.tengo
1234567
export { fn: func(...args) { text := import("text") args = append(args, "five") return text.join(args, " ") } }