Help for this page

Select Code to Download


  1. or download this
    do{
        $array[$i],
    
        $i=$i+1;
    }while($i<30);
    
  2. or download this
    print for @array;
    
  3. or download this
    print start_html('A Simple Example'),