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