5 lines
61 B
Text
5 lines
61 B
Text
|
|
let a arr 2
|
||
|
|
let a[0] "apple"
|
||
|
|
let a[1] "orange"
|
||
|
|
println len a
|