Thanks, Andrew!

At 10:27 PM 8/15/2002 +1200, you wrote:
> > or watch out the %values.r of Andrew Martin for the PUSH function..
>
>Push: func [
>     "Inserts a value into a series and returns the series head."
>     Stack [series! port! bitset!]    "Series at point to insert."
>     Value [any-type!] /Only    "The value to insert."
>     ][
>     head either Only [
>         insert/only Stack :Value
>         ][
>         insert Stack :Value
>         ]
>     ]
>
>Andrew Martin
>The benefits of dialecting are many...
>ICQ: 26227169 http://valley.150m.com/
>-><-
>
>
>--
>To unsubscribe from this list, please send an email to
>[EMAIL PROTECTED] with "unsubscribe" in the
>subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to