Adam D. Ruppe: > > Triple points can be used for initializations too: > > int widths[] = { [0 ... 9] = 1, [10 ... 99] = 2, [100] = 3 }; > > D's slicing can already do this I believe. How? Bye, bearophile