Case Range Statement ..
Walter Bright
newshound1 at digitalmars.com
Tue Jul 7 14:11:00 PDT 2009
Jarrett Billingsley wrote:
> On Tue, Jul 7, 2009 at 3:38 PM, Walter Bright<newshound1 at digitalmars.com> wrote:
>> Nick Sabalausky wrote:
>>> Someone else said it's also an expression
>>> that evaluates to 3, but that seems beyond useless to me.
>> It's handy when you want to prefix one expression to another, as in:
>>
>> (foo(), x + 3)
>
> Cause you want to do that so often, after all.
>
> *snort*
It happens less manually and more when you're generating code. The
latter happens a lot.
More information about the Digitalmars-d
mailing list