mirror of
https://github.com/SymboScript/Book.git
synced 2025-02-21 20:03:18 +03:00
deploy: eff1bd3606
This commit is contained in:
parent
5393d1b5dd
commit
c181c33579
4 changed files with 4 additions and 2 deletions
|
@ -193,6 +193,7 @@
|
|||
<tr><td><code>..</code></td><td>Left to Right</td><td>range</td><td>✅</td></tr>
|
||||
<tr><td><code>?</code> <code>:</code></td><td>Left to Right</td><td>ternary</td><td>✅</td></tr>
|
||||
<tr><td><code>=</code> <code>:=</code> <code>+=</code> <code>-=</code> <code>*=</code> <code>/=</code> <code>^=</code> <code>%=</code></td><td>Right to Left</td><td>assign</td><td>✅?</td></tr>
|
||||
<tr><td><code>,</code></td><td>Left to Right</td><td>comma</td><td>✅</td></tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Reference in a new issue