Michael Noble <mnoble at space.mit.edu> wrote:
>Adding elements to the beginning or end of any kind of array is clean
>and easy. For example,
>
> slsh> variable s = ["two"];
It is worth pointing out that at the slsh prompt, there is no need
to declare variables. That is,
slsh> s = ["two"];
should work.
--John