-- main.mcl -- # make sure the engine works with empty values test "name" { slicestring => [], # empty list mapintfloat => {}, # empty map } -- OUTPUT -- Vertex: test[name]