-- main.mcl -- $x1 = "t1" class foo { test "${x1}" {} } include foo -- OUTPUT -- Vertex: test[t1]