[Issue 3699] Feature Request: while-else
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 12 09:19:34 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3699
Andrei Alexandrescu <andrei at metalanguage.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrei at metalanguage.com
--- Comment #1 from Andrei Alexandrescu <andrei at metalanguage.com> 2010-01-12 09:19:33 PST ---
What should this do?
if (c1)
while (c2)
stmt1
else
stmt2
And in particular, how would you reconcile existing code with the new feature?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list