May 21, 2004 General » Re: Select statement? | |||
|---|---|---|---|
| |||
...by select can be expressed by if-elseif-else. This is the matter of taste... | |||
April 20, 2004 D » Critique from a Slashdotter | |||
|---|---|---|---|
| |||
...Old-fashioned if statement. The if/else/elseif/endif format is nicer and is widely... | |||
December 03, 2003 D » Re: switch statement improvement? | |||
|---|---|---|---|
| |||
...possible cases and is similar in semantics to if-elseif-elseif... withouth the final else. | |||
September 17, 2003 D » Re: switch statement improvement? | |||
|---|---|---|---|
| |||
...the whole switch statement merely a if-elseif-then in a disguise. But it's... | |||
September 17, 2003 D » Re: switch statement improvement? | |||
|---|---|---|---|
| |||
...be used for more things that if/elseif/else has been used for, leading to... | |||
September 16, 2003 D » Re: switch statement improvement? | |||
|---|---|---|---|
| |||
...some case is non-constant) are implemented as an if-elseif-etc-else statement. -Antti | |||
August 04, 2003 D » Re: Portability | |||
|---|---|---|---|
| |||
...if` (prefer the perl `if <bool><block>[<elseif/else>]`| <statement> if <bool> ) I always got... | |||
February 17, 2003 D » Re: Dylan - fast as C, fun as Lisp | |||
|---|---|---|---|
| |||
...convert-self-tail-call(component, home, expr); elseif (home.literal == func) // this can be removed... | |||
May 26, 2002 D » Awesome D is | |||
|---|---|---|---|
| |||
...or else { c = d; }
{ _elseif ( true ) e = f; }
for _else and _elseif blocks, each must... | |||
January 25, 2002 D » Re: DML?: WOW | |||
|---|---|---|---|
| |||
...address of the xml file to transform, elseif.xml in this case. In the selection... | |||
Copyright © 1999-2021 by the D Language Foundation