-- main.mcl -- import "fmt" $out = 42 test [fmt.printf("the answer is %d", $out),] {} -- OUTPUT -- Vertex: test[the answer is 42]