> string[3] a = ["red""green","blue"]; > void main() {} I suggested to support such incomplete literals only with this extra syntax: int[3] a = [1, 2, ...]; void main() {} Bye, bearophile