-- main.mcl -- # single resource test "name" {} # single resource, defined by list variable $names = ["hey",] test $names {} # multiples resources, defined by list test ["hello", "world",] {} -- OUTPUT -- Edge: const -> composite # 0 Edge: const -> composite # 0 Edge: const -> composite # 1 Vertex: composite Vertex: composite Vertex: const Vertex: const Vertex: const Vertex: const