mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 02:51:12 +00:00
Deployed 96e0bc0 to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
aa9a963f39
commit
b548755d80
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1744,8 +1744,8 @@ type</a> are available as keywords. For example,
|
|||||||
<li><code>x.f()</code>: Method call.</li>
|
<li><code>x.f()</code>: Method call.</li>
|
||||||
<li><code>-x</code>: Negate integer value.</li>
|
<li><code>-x</code>: Negate integer value.</li>
|
||||||
<li><code>!x</code>: Logical not.</li>
|
<li><code>!x</code>: Logical not.</li>
|
||||||
<li><code>x && y</code>: Logical and.</li>
|
<li><code>x && y</code>: Logical and, short-circuiting.</li>
|
||||||
<li><code>x || y</code>: Logical or.</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>
|
<li><code>x ++ y</code>: Concatenate <code>x</code> and <code>y</code> templates.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="global-functions">Global functions<a class="headerlink" href="#global-functions" title="Permanent link">¶</a></h2>
|
<h2 id="global-functions">Global functions<a class="headerlink" href="#global-functions" title="Permanent link">¶</a></h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user