aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
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/gawktexi.in
parent0802d97db48425045eac9f2dd7748c3ee3802b65 (diff)
downloadegawk-752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca.tar.gz
egawk-752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca.tar.bz2
egawk-752de8b1a557d3ff7f7c1e3c17104fa165b4c6ca.zip
Finish bool doc, fix sort order.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index ae46956d..b1eca3ba 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -16656,7 +16656,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}.)