Update readme.md

This commit is contained in:
Artemy 2023-12-26 18:46:21 +03:00
parent eff1bd3606
commit c753cf2aca

View file

@ -20,6 +20,6 @@
| `&&` | Left to Right | logical_and | ✅ |
| <code>\|\|</code> | Left to Right | logical_or | ✅ |
| `..` | Left to Right | range | ✅ |
| `?` `:` | Left to Right | ternary | ✅ |
| `?:` | Left to Right | ternary | ✅ |
| `=` `:=` `+=` `-=` `*=` `/=` `^=` `%=` | Right to Left | assign | ✅? |
| `,` | Left to Right | comma | ✅ |