5 lines
85 B
Text
5 lines
85 B
Text
|
|
arr = ['apple', 'orange'] # a list for an array
|
||
|
|
|
||
|
|
def setup():
|
||
|
|
println(len(arr))
|