mirror of
https://github.com/SymboScript/Book.git
synced 2024-11-24 06:06:24 +03:00
Update readme.md
This commit is contained in:
parent
7e0d3b0640
commit
6d8f10b23f
1 changed files with 4 additions and 3 deletions
|
@ -20,6 +20,7 @@
|
||||||
| `&&` | Left to Right | logical_and | ✅ |
|
| `&&` | Left to Right | logical_and | ✅ |
|
||||||
| <code>\|\|</code> | Left to Right | logical_or | ✅ |
|
| <code>\|\|</code> | Left to Right | logical_or | ✅ |
|
||||||
| `..` | Left to Right | range | ✅ |
|
| `..` | Left to Right | range | ✅ |
|
||||||
| `?:` | Left to Right | ternary | ✅ |
|
| `?:` | Right to Left | ternary | ✅ |
|
||||||
| `=` `:=` `+=` `-=` `*=` `/=` `^=` `%=` | Right to Left | assign | ✅? |
|
| `=` `:=` `+=` `-=` `*=` `/=` `^=` `%=` | Right to Left | assign | ✅ |
|
||||||
| `,` | Left to Right | comma | ✅ |
|
| await yield | Right to Left | await_yield | ✅ |
|
||||||
|
| `,` | None | comma | ✅ |
|
||||||
|
|
Loading…
Add table
Reference in a new issue