-- main.mcl -- import "example/nested" as foo $x = foo.hello() test $x {} -- OUTPUT -- Vertex: test[Hello!]