Help for this page

Select Code to Download


  1. or download this
     
    $x = 1; 
    $y = 2; 
    @z = (0, 1);
    
  2. or download this
    $x = 0; 
    $y = -1; 
    @z = (0, 1);