Help for this page

Select Code to Download


  1. or download this
      DB<125> @a=()
    
    ...
    
      DB<127>  @a  = (@a || ( 4..6 ));
     => 3
    
  2. or download this
      DB<138> @a=()
    
    ...
    
      DB<144> \@a
     => [1, 2, 3, 4, 5, 6]