[slang-users] SLANGFUN and arrays .....

John E. Davis davis at space.mit.edu
Wed Jul 6 10:46:46 EDT 2005


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




More information about the slang-users-l mailing list