I'm curious if there's a way to generate an array that can be infinitely long. For example, if I have a function like `arr(2,3,4,5,6,7)`, is there a command that would allow me to treat those numbers as an array and automatically extend the table to accommodate any number of elements? I'm looking for a solution that doesn't limit the size of the array. Is there a command or method that can achieve this?