mirror of
https://github.com/SymboScript/Book.git
synced 2024-11-21 20:56:24 +03:00
Update readme.md
This commit is contained in:
parent
d02ffde5f7
commit
eff1bd3606
1 changed files with 1 additions and 0 deletions
|
@ -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 | ✅ |
|
||||||
|
|
Loading…
Add table
Reference in a new issue