[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sets...



 > > Do you want to permit {a:1, a:3}? Thats a set of keyword-value
 > > pairs. 
 > 
 > I thought we specified elsewhere what happened if you had duplicate
 > keywords.   
 > Of course, I can't find it now....

we do:
<P>Implementations should never send a simple message with duplicate
argument keywords on the same line; for example, the message
<PRE>
    #$#say 12345 what: "Hi there!" WHAT: "Hey there..." from: Biff to: Betty
</PRE>
should not be generated, and should be dropped as an error if received.</P>

(in section 2.2.2, "simple values", though it could stand to be moved
up to the section on "keywords")
				dk