aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-04-14 16:33:14 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-04-14 16:33:14 +0300
commit752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca (patch)
tree94f460ecf62ddbbcec685c654defc56d1fd91833 /doc/gawk.texi
parent0802d97db48425045eac9f2dd7748c3ee3802b65 (diff)
downloadegawk-752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca.tar.gz
egawk-752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca.tar.bz2
egawk-752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca.zip
Finish bool doc, fix sort order.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 6a7feaaa..888973ef 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -17515,7 +17515,8 @@ Any index with a non-numeric value will end up positioned as if it were zero.
Order by element values in ascending order (rather than by indices).
Ordering is by the type assigned to the element
(@pxref{Typing and Comparison}).
-All numeric values come before all string values,
+All Boolean values come before all numeric values (@pxref{Boolean Typed Values}),
+and all numeric values come before all string values,
which in turn come before all subarrays.
(Subarrays have not been described yet;
@pxref{Arrays of Arrays}.)