a8e12afc7 ^
1 2 3 4 5 6 7
import imported, strutils proc main = var t1 = "text" var t2 = t1.toUpper echo(t1 +++ t2)