ok/jj
1
0
Fork 0
forked from mirrors/jj

Deployed 96e0bc0 to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-03-25 02:16:45 +00:00
parent aa9a963f39
commit b548755d80
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1744,8 +1744,8 @@ type</a> are available as keywords. For example,
<li><code>x.f()</code>: Method call.</li>
<li><code>-x</code>: Negate integer value.</li>
<li><code>!x</code>: Logical not.</li>
<li><code>x &amp;&amp; y</code>: Logical and.</li>
<li><code>x || y</code>: Logical or.</li>
<li><code>x &amp;&amp; y</code>: Logical and, short-circuiting.</li>
<li><code>x || y</code>: Logical or, short-circuiting.</li>
<li><code>x ++ y</code>: Concatenate <code>x</code> and <code>y</code> templates.</li>
</ul>
<h2 id="global-functions">Global functions<a class="headerlink" href="#global-functions" title="Permanent link">&para;</a></h2>