i knwo you got tokens but i'd like to see arrays too

for eample

Array[0] = test,test2,test3
Array[1] = test4,test5

then i can use the tokens to get them split

example of making a array

/array Array1
/aset Array[0] blah
Array(Array1).length
Array(Array1,blah).append
/aunset Array1