Doc: more details on some operators

This commit is contained in:
2024-05-20 15:50:45 +02:00
parent f22b5a6f0b
commit ba32e2dccf
2 changed files with 10 additions and 5 deletions
+6 -3
View File
@@ -585,7 +585,7 @@ pre.rouge .ss {
<div class="sectionbody">
<!-- toc disabled -->
<div class="paragraph">
<p><mark>TODO: Work in progress (last update on 2024/05/17, 15:47 p.m.)</mark></p>
<p><mark>TODO: Work in progress (last update on 2024/05/20, 06:58 a.m.)</mark></p>
</div>
</div>
</div>
@@ -1041,7 +1041,7 @@ pre.rouge .ss {
<p>Boolean data type has two values only: <em class="blue">true</em> and <em class="blue">false</em>. Relational and boolean expressions result in boolean values.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 4. Relational operators</caption>
<caption class="title">Table 4. Relational operators<sup>(*)</sup></caption>
<colgroup>
<col style="width: 7.6923%;">
<col style="width: 15.3846%;">
@@ -1101,6 +1101,9 @@ pre.rouge .ss {
</tr>
</tbody>
</table>
<div class="paragraph">
<p><sup>(*)</sup> See also the <code class="blue">in</code> operator in the <em>list</em> and <em>dictionary</em> sections.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 5. Boolean operators</caption>
<colgroup>
@@ -1871,7 +1874,7 @@ These operators have a high priority, in particular higher than the operator <co
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-20 06:58:09 +0200
Last updated 2024-05-20 09:40:23 +0200
</div>
</div>
</body>