diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2017-10-17 10:32:27 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2017-10-17 10:32:27 -0400 |
commit | 4f111c357fb2b398aa59926930d807ad56006638 (patch) | |
tree | 7f6d4b8a7fab7c2327ac16b294642ea889781141 /doc/gawk.1 | |
parent | 8140d635ccee51089aad9a04e9e128e5373377f7 (diff) | |
download | egawk-4f111c357fb2b398aa59926930d807ad56006638.tar.gz egawk-4f111c357fb2b398aa59926930d807ad56006638.tar.bz2 egawk-4f111c357fb2b398aa59926930d807ad56006638.zip |
Do not deprecate isarray in this release.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3282,7 +3282,6 @@ The following function is for use with multidimensional arrays. Return true if .I x is an array, false otherwise. -This function is deprecated. .PP You can tell the type of any variable or array element with the following function: |