is this right??

hasen hasan.aljudy at gmail.com
Tue Jun 16 21:48:00 PDT 2009


BCS wrote:
> void main()
> {
>  int s;
>  mixin("s") = 5;
> }
> -----
> Line 4: found '=' when expecting ';'
> 
> 
> http://www.digitalmars.com/d/1.0/expression.html#MixinExpression
> 
> 

mixin *expression*

(4+3) = 5;



More information about the Digitalmars-d-learn mailing list