2 lines
69 B
Text
2 lines
69 B
Text
|
|
System.debug(new String[] { 'apple', 'banana' }.size()); // Prints 2
|