imported.nim 58 B

1234
  1. proc `+++`*(a,b: string): string =
  2. return a & " " & b