Search

May 21, 2004
General »
...by select can be expressed by if-elseif-else. This is the matter of taste...
April 20, 2004
D »
...Old-fashioned if statement.  The if/else/elseif/endif format is nicer
and is widely...
December 03, 2003
D »
...possible cases and is similar in semantics to if-elseif-elseif... withouth the final else.
September 17, 2003
D »
...the whole switch statement merely a if-elseif-then in a disguise.

But it's...
September 17, 2003
D »
...be used for more things that if/elseif/else has been used for, leading to...
September 16, 2003
D »
...some case is non-constant) are implemented as an if-elseif-etc-else statement.

-Antti
August 04, 2003
D »
...if`  (prefer the perl `if <bool><block>[<elseif/else>]`|
<statement> if <bool> )
I always got...
February 17, 2003
D »
...convert-self-tail-call(component, home, expr);
	elseif (home.literal == func) // this can be removed...
May 26, 2002
D »
...or else { c = d; }
{ _elseif ( true ) e = f; }
for  _else and _elseif blocks, each must...
January 25, 2002
D »
...address of the xml file to transform,
elseif.xml in this case. In the selection...
1 2 3 4 5
Next ›   Last »