Browse Source

%= is also a valid assign op

Simon Krajewski 11 years ago
parent
commit
bf08a9c25b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/haxe/macro/Expr.hx

+ 1 - 0
std/haxe/macro/Expr.hx

@@ -132,6 +132,7 @@ enum Binop {
 		`|=`
 		`&=`
 		`^=`
+		`%=`
 	**/
 	OpAssignOp( op : Binop );
 	/**