Help for this page

Select Code to Download


  1. or download this
        my Int @array;
    
  2. or download this
        my @array of Int;
    
  3. or download this
        my @array is Array of Int;
    
  4. or download this
        my @array of Hash of Tree of Int;