Help for this page

Select Code to Download


  1. or download this
    $r = () = 0..11 ;
    $s = ($x, $y) = 0..11 ;
    
  2. or download this
    $s = ($x, $y) ;
    
  3. or download this
    @r = () = 0..11 ;
    @s = ($x, $y) = 0..11 ;