MAXScript Language Improvements in 3ds Max 5
When a function published method expects an <array> as argument but a single value is passed to it, it will now wrap the single
value to array automatically.
So you can say
maxops.cloneNodes objects[1]
instead of
maxops.cloneNodes #(objects[1])