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

4 lines
71 B
D
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
int[3] array;
array[0] = 5;
// array.length = 4; // compile-time error