[Issue 7133] [tdpl] There should be no empty statement
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Dec 18 18:25:37 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7133
Jonathan M Davis <jmdavisProg at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmdavisProg at gmx.com
--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-12-18 18:25:35 PST ---
The one case that I'm aware of where some have argued for its value is labels.
e.g.
LABEL:;
Since labels require a statement, ; makes it so that you can you can use a
label without really having a statement. I'm not sure that that merits keeping
it however, since in every other use case that I can think of, it has no value.
--
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