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