Closed JSAbrahams closed 2 years ago
Seeing as the assign token := is two characters wide anyway, should we introduce a few others?
:=
+=
-=
*=
/=
>>=
<<=
Seeing as the assign token
:=
is two characters wide anyway, should we introduce a few others?+=
operator (add and assign)-=
operator (subtract and assign)*=
operator (multiply and assign)/=
operator (divide and assign)>>=
binary left shift by given amount and assign<<=
binary left shift by given amount and assign