This commit is contained in:
artegoser 2023-12-26 15:44:04 +00:00
parent 5393d1b5dd
commit c181c33579
4 changed files with 4 additions and 2 deletions

View file

@ -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></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></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> <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> </tbody></table>
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="examples"><a class="header" href="#examples">Examples</a></h1> </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> <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

View file

@ -193,6 +193,7 @@
<tr><td><code>..</code></td><td>Left to Right</td><td>range</td><td></td></tr> <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></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> <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> </tbody></table>
</div> </div>
</main> </main>