Question

Bine Pucnik albin.pucnik at guest.arnes.si
Sat Oct 6 07:23:23 PDT 2007


0ffh Wrote:

> Bine Pucnik wrote:
> > What is NoScopeNonEmptyStatement ?
> 
> Either a NonEmptyStatement or a BlockStatment, it seems. =)
> What do you mean by your question?
> 
> Regards, Frank

Well, I was reading D language specifications for statements, and it says that :

ForStatement:
	for (Initialize Test; Increment) ScopeStatement

Initialize:
	;
	NoScopeNonEmptyStatement
.
.
.

I don't know, what kind which statements are NoScopeNonEmptyStatement.

Regards,Bine



More information about the Digitalmars-d-learn mailing list