3 lines
96 B
Text
3 lines
96 B
Text
String[] colors = new List<String>();
|
|
List<String> colors = new String[1];
|
|
colors[0] = 'Green';
|