Help for this page

Select Code to Download


  1. or download this
    if (@array2) {
       # array2 is not empty
    } else {
       # array2 is empty
    }
    
  2. or download this
    if (@array2 > 3) {
      # array2 has more than three elements
    }