update langref

&&= and ||= are gone
This commit is contained in:
Andrew Kelley 2017-03-26 14:48:23 -04:00
parent 3103355805
commit 6ee63c8f58

View File

@ -177,7 +177,7 @@ x{}
&& &&
|| ||
?? %% ?? %%
= *= /= %= += -= <<= >>= &= ^= |= &&= ||= = *= /= %= += -= <<= >>= &= ^= |=
``` ```
## Types ## Types