6 lines
59 B
Text
6 lines
59 B
Text
select "std"
|
|
|
|
a = ["apple","orange"]
|
|
b = length(a)
|
|
|
|
show b
|