Files
Nim/tests/caas/imported.nim
2013-05-04 01:04:28 +03:00

4 lines
58 B
Nim

proc `+++`*(a,b: string): string =
return a & " " & b