get_iterator [function]

get_iterator( iterable var )

returns an iterator from the passed object, if it has one

get_iterator( [ 5 ] ); // returns array iterator for the specified array