diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-17 18:24:15 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-17 18:24:15 +0200 |
commit | 53a10f5c9fb536e387ac1e85568458a569aad84c (patch) | |
tree | fc0817c4c4fc41a5a930457def917323a1676139 /test/isarrayunset.awk | |
parent | 8386cc08fc52831a83a5a45dd48a86d79dd14471 (diff) | |
parent | 7f4a9474439bf1f8b69290db9b48b63b462f27a4 (diff) | |
download | egawk-53a10f5c9fb536e387ac1e85568458a569aad84c.tar.gz egawk-53a10f5c9fb536e387ac1e85568458a569aad84c.tar.bz2 egawk-53a10f5c9fb536e387ac1e85568458a569aad84c.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'test/isarrayunset.awk')
-rw-r--r-- | test/isarrayunset.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/isarrayunset.awk b/test/isarrayunset.awk new file mode 100644 index 00000000..8b54cdca --- /dev/null +++ b/test/isarrayunset.awk @@ -0,0 +1 @@ +BEGIN { print isarray(a) } |