add Command

Purpose:

Simple way to add an item to the end of a array.

Syntax:

add existingArray value

Comments:

value is added to the end of the existing array

Example:

add ss,v