1
0

cinco.mshk 145 B

12345678
  1. export {
  2. fn: func(...args) {
  3. text := import("text")
  4. args = append(args, "cinco")
  5. return text.join(args, " ")
  6. }
  7. }