Help for this page

Select Code to Download


  1. or download this
        print $i + 1, $i + 1;
        $i += 2;
    
  2. or download this
        print do {$i += 1}, do {$i += 1};