summary refs log blame commit diff stats
path: root/tests/caas/main.nim
blob: fafeff93b76cfa21fe36bffbe90e68bd56eb28e9 (plain) (tree)
1
2
3
4
5
6
7






                         
import imported, strutils

proc main =
  var t1 = "text"
  var t2 = t1.toUpper
  echo(t1 +++ t2)