enum _:other { AAA, BBB, ZZZ } new const some[][] = { "XXX", "YYY", "ZZZ" } function() { some[AAA] // This would call the value inside the constant array }