RosettaCodeData/Task/Collections/D/collections-1.d

4 lines
71 B
D
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
int[3] array;
array[0] = 5;
// array.length = 4; // compile-time error