-- main.mcl -- # escaping example $x = "This is x" test "x: ${x}" {} -- OUTPUT -- Vertex: test[x: This is x]