++add()
John
On Oct 6, 2009, at 16:58 , Terence Parr wrote:
> Actually
>
> st.add("name, "parrt");
>
> might not be as clear as
>
> st.put("name, "parrt");
>
> but will people think it means "replace" instead of add? I kind of
> like put
>
> what about
>
> st.attr("name, "parrt");