5 lines
100 B
Text
5 lines
100 B
Text
local(
|
|
my array = array('one', 'two', 3)
|
|
)
|
|
|
|
#myarray -> get(integer_random(#myarray -> size, 1))
|