<?xml version="1.0" encoding="UTF-8"?><item><title>Another language feature I want:</title><description>An 'in' keyword.&lt;p&gt;&#13;
&#13;
&lt;blockquote&gt;&#13;
if (x &lt;em&gt;in&lt;/em&gt; (1, 2, 4))&#13;
&lt;/blockquote&gt;&#13;
&#13;
Seems pretty simple, and it'd be a boon for clarity, especially in cases like:&#13;
&#13;
&lt;blockquote&gt;&#13;
if (x == MyEnum.MyValue || x == MyEnum.MyOtherValue || x == MyEnum.MyOtherOtherValue)&#13;
&lt;/blockquote&gt;&#13;
Scoping the list would be interesting too:&#13;
&lt;blockquote&gt;&#13;
if (x in MyEnum.(MyValue, MyOtherValue, MyOtherOtherValue))&#13;
&lt;/blockquote&gt;&#13;
is much easier to follow than the alternative.</description><pubDate>Thu, 01 Sep 2005 19:17:08 GMT</pubDate></item>