5 lines
129 B
Text
5 lines
129 B
Text
set "index" to 0
|
|
set "$array&index&" to "apple"
|
|
inc "index" by 1
|
|
set "$array&index&" to "orange"
|
|
* "Array length: ('index' + 1)"
|