This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.haxe
mirror of
https://github.com/HaxeFoundation/haxe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
%= is also a valid assign op
Simon Krajewski
11 years ago
parent
dc231606d1
commit
bf08a9c25b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
std/haxe/macro/Expr.hx
+ 1
- 0
std/haxe/macro/Expr.hx
View File
@@ -132,6 +132,7 @@ enum Binop {
`|=`
`&=`
`^=`
+ `%=`
**/
OpAssignOp( op : Binop );
/**