dcoder
Joined: 04 May 2010 Posts: 5
|
Posted: Tue May 25, 2010 2:07 pm Post subject: Suggestion for D, or where do I put my suggestion. |
|
|
Okay, maybe my suggestion goes into the garbage can, but it be nice to see something like this:
rc = func();
if( rc == (value1,value2,value3))
do_something();
x = func();
if( 0 <= x < upperBounds())
do_something();
So, I'd like to be able to list multiple values like an IN-list in sql.
And, finally, it be nice to have inequality operators look more like something you'd see in math book.
So, what do you think? Perhaps somebody better connected than I can pass this along. |
|