-- main.mcl -- import "fmt" test fmt.printf("hello: %d", 42) {} -- OUTPUT -- Vertex: test[hello: 42]