URI: 
       tzsh.wiki - wiki - knowledgebase of randomness
  HTML git clone git://parazyd.org/wiki.git
   DIR Log
   DIR Files
   DIR Refs
       ---
       tzsh.wiki (75B)
       ---
            1 = ZSH =
            2 
            3 == Get the count of items in an array ==
            4         {{{shell
            5         $#array
            6         }}}
            7