mirror of
https://github.com/SymboScript/Book.git
synced 2024-11-06 05:43:58 +03:00
deploy: eff1bd3606
This commit is contained in:
parent
5393d1b5dd
commit
c181c33579
4 changed files with 4 additions and 2 deletions
|
@ -346,6 +346,7 @@ false
|
|||
<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><div style="break-before: page; page-break-before: always;"></div><h1 id="examples"><a class="header" href="#examples">Examples</a></h1>
|
||||
<p>This is chapter about how the code in SymboScript looks.</p>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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…
Reference in a new issue