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