get_iterator [function]
get_iterator( iterable var )
returns an iterator from the passed object, if it has one
- More info about iterators: Iterator system
get_iterator( [ 5 ] ); // returns array iterator for the specified array
get_iterator( [ 5 ] ); // returns array iterator for the specified array