dryLang provides simple and powerful built-in functions to manipulate arrays.
len)Get the number of elements in an array.
add)Append a new element to the end of the array.
pop)Remove and return the last element from the array.
rm)Remove an element at a specific index.
sort)Sort an array in ascending order.