-- main.mcl -- $s = func() { "hello" }() # inline lambda call test [$s,] {} -- OUTPUT -- Vertex: test[hello]