remove left shift, add ^=

This commit is contained in:
Chinmay Dalal 2020-06-28 16:51:03 +05:30
parent c856258f62
commit 5937c177ca

View file

@ -55,11 +55,11 @@
"%=" "%="
"->" "->"
"^" "^"
"~' "^="
"~"
">>" ">>"
">>>" ">>>"
"<<" "<<"
"<<<"
] @operator ] @operator
; Types ; Types