forked from mirrors/jj
Deployed 96e0bc0
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
parent
aa9a963f39
commit
b548755d80
3 changed files with 3 additions and 3 deletions
prerelease
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</code>: Negate integer value.</li>
|
||||
<li><code>!x</code>: Logical not.</li>
|
||||
<li><code>x && y</code>: Logical and.</li>
|
||||
<li><code>x || y</code>: Logical or.</li>
|
||||
<li><code>x && 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">¶</a></h2>
|
||||
|
|
Loading…
Reference in a new issue