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