Help for this page

Select Code to Download


  1. or download this
      foreach a_item in a_array
        foreach b_item in b_array
    ...
          end if
        end for
      end for
    
  2. or download this
      array = ( 'foo', 'bar', 'baz', 'cheeze whiz' )
    
  3. or download this
      array = ( 'cheeze whiz', 'baz', 'bar', 'foo' )