April 06, 2009 D » D, so it happend... | |||
|---|---|---|---|
| |||
...For example:
- Can rename "else if" to ElseIf etc.
- Can rename "{}" code block indicators to... | |||
February 20, 2009 General » Re: OPTLINK needs to die. | |||
|---|---|---|---|
| |||
...ELF
real.alignof = 12;
#elseif USING_OMF
real.alignof = 10;
#elseif USING_MACH_O
real... | |||
January 05, 2009 General » Re: Disallowing ?:?: syntax | |||
|---|---|---|---|
| |||
...intuitive - it's analogous to if-then-elseif. So it should probably still be allowed... | |||
October 16, 2007 c++ » Re: DMC on large source files | |||
|---|---|---|---|
| |||
...youth to use them instead of if elseif elseif ... else constructs because they were more... | |||
March 12, 2007 Issues » [Issue 1053] Make 'static else if' or 'static if (...) {...} else if' work | |||
|---|---|---|---|
| |||
...something there about which languages use an 'elseif' keyword). Anyway, I can see the difficulties... | |||
March 12, 2007 Issues » Re: [Issue 1053] New: Make 'static else if' or 'static if (...) {...} else if' work | |||
|---|---|---|---|
| |||
...as flexible ;) But C++ doesn't have "elseif" as a single word. Maybe you're... | |||
February 13, 2007 General » Re: Super-dee-duper D features | |||
|---|---|---|---|
| |||
...I see the top of the if/elseif/else structure, I can find each part... | |||
August 21, 2006 General » Re: Suggestion: new switch statement | |||
|---|---|---|---|
| |||
...to type curly brackets with if/else/elseif statements, and I think many azerty-users... | |||
November 05, 2005 DMDScript » Re: How to extract command-line arguments ? | |||
|---|---|---|---|
| |||
...by calling method), switches, loops, if/else/elseif/endif, multiple push/pops and stuff like... | |||
May 20, 2005 General » Re: std.boxed | |||
|---|---|---|---|
| |||
...mode)
{
if (mode == 1)
return box(5);
elseif (mode == 2)
return box("testing");
else
return... | |||
Copyright © 1999-2021 by the D Language Foundation