10 array = some_dimensional_random_array_that_contains_anything 20 FOR element IN array 30 do_something_with(element) 40 NEXT element