Search

April 06, 2009
D »
...For example:
      - Can rename "else if" to ElseIf etc.
      - Can rename "{}" code block indicators to...
February 20, 2009
General »
...ELF
    real.alignof = 12;
#elseif USING_OMF
    real.alignof = 10;
#elseif USING_MACH_O
    real...
January 05, 2009
General »
...intuitive - it's analogous to if-then-elseif.  So it should probably still be allowed...
October 16, 2007
c++ »
...youth to use them instead of if elseif elseif ... else constructs
because they were more...
March 12, 2007
Issues »
...something there about which languages use an 'elseif' keyword).

Anyway, I can see the difficulties...
March 12, 2007
Issues »
...as flexible ;)

But C++ doesn't have "elseif" as a single word.  Maybe you're...
February 13, 2007
General »
...I see the top of the if/elseif/else structure, I can find each part...
August 21, 2006
General »
...to type curly brackets with if/else/elseif statements, and I think many azerty-users...
November 05, 2005
DMDScript »
...by calling method), switches, loops, if/else/elseif/endif, multiple push/pops and stuff like...
May 20, 2005
General »
...mode)
{
	if (mode == 1)
		return box(5);
	elseif (mode == 2)
		return box("testing");
	else
		return...
1 2 3 4
Next ›   Last »