-- main.mcl -- import "fmt" $s = "world" test "greeting" { anotherstr => fmt.printf("hello: %s", $s), } -- OUTPUT -- Edge: FuncValue -> call # fn Vertex: FuncValue Vertex: call Vertex: const Vertex: const Vertex: const