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