The empty statement ";" - when is it useful?

Tim Matthews tim.matthews7 at gmail.com
Mon Jul 27 04:07:44 PDT 2009


On Sun, 26 Jul 2009 02:30:56 +0800
KennyTM~ <kennytm at gmail.com> wrote:


> 
> for (; cond; inc) { ... }
> 


In c++:

#define ever ;;
for(ever) { ... }





More information about the Digitalmars-d mailing list