This method will create a single array by calling %concat%
on all arguments passed. In addition to ensuring that an unknown
variable is in a single, flat array (the standard constructor will
create nested arrays, this one will not), it is also a useful
shorthand to convert a function's arguments object into a standard
array.