Update readme.md

This commit is contained in:
Artemy 2023-12-26 18:44:23 +03:00
parent d02ffde5f7
commit eff1bd3606

View file

@ -22,3 +22,4 @@
| `..` | Left to Right | range | ✅ | | `..` | Left to Right | range | ✅ |
| `?` `:` | Left to Right | ternary | ✅ | | `?` `:` | Left to Right | ternary | ✅ |
| `=` `:=` `+=` `-=` `*=` `/=` `^=` `%=` | Right to Left | assign | ✅? | | `=` `:=` `+=` `-=` `*=` `/=` `^=` `%=` | Right to Left | assign | ✅? |
| `,` | Left to Right | comma | ✅ |