Help for this page

Select Code to Download


  1. or download this
    @t = (1,2,3);
    test(@t) == test((1,2,3)) == test(1,2,3);
    
  2. or download this
    test(@{[1,2,3]});