4 lines
96 B
Text
4 lines
96 B
Text
|
|
var arr = ['apple', 'orange'];
|
||
|
|
say arr.len; #=> 2
|
||
|
|
say arr.end; #=> 1 (zero based)
|