-- main.mcl -- import "fmt" $s = fmt.printf("%v", func($x) { len($x) }("helloworld")) # inline lambda call test [$s,] {} -- OUTPUT -- Vertex: test[10]