Deployed 6739dcc to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2024-11-10 12:41:56 +00:00
parent fc3d7fdb56
commit 041f857ad3
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1930,8 +1930,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 equal. Operands must be either <code>Boolean</code>, <code>Integer</code>, or
<code>String</code>.</li>
<li><code>x == y</code>, <code>x != y</code>: Logical equal/not equal. Operands must be either
<code>Boolean</code>, <code>Integer</code>, or <code>String</code>.</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>