Help for this page

Select Code to Download


  1. or download this
    @array = ();     # @array is an array, () is an empty list
    
  2. or download this
    @array = (1, 2, 3);