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

8 lines
98 B
Nim

import imported, strutils
proc main =
var t1 = "text"
var t2 = t1.toUpper
echo(t1 +++ t2)