4 lines
51 B
Text
4 lines
51 B
Text
|
|
fruits = ["apple", "orange"]
|
||
|
|
put fruits.count
|
||
|
|
-- 2
|