diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index cbc28419..b9123afc 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -19150,10 +19150,6 @@ The @code{typeof()} function is general; it allows you to determine if a variable or function parameter is a scalar, an array, or a strongly typed regexp. -@code{isarray()} is deprecated; you should use @code{typeof()} instead. -You should replace any existing uses of @samp{isarray(var)} in your -code with @samp{typeof(var) == "array"}. - @node I18N Functions @subsection String-Translation Functions @cindex @command{gawk}, string-translation functions |