Bug: Did not properly detect the length of an array in mustache-test
because I neglected to use `[@]` after the array name. This closes
issue #6.
Feature: Made {{ARRAY_NAME}} implode array values with commas.
Feature: Added an associative array demo script.