diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 3 |
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}.) |