Help for this page

Select Code to Download


  1. or download this
                                $j=$h+8;
                                $p=1;
                                $v=8;
    
  2. or download this
    ($j, $p, $v) = ($h+8, 1, 8);
    
  3. or download this
    ($j = $h+8),($p = 1), ($v = 8);