diff options
Diffstat (limited to 'test/dbugeval3.awk')
-rw-r--r-- | test/dbugeval3.awk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dbugeval3.awk b/test/dbugeval3.awk new file mode 100644 index 00000000..cc69752a --- /dev/null +++ b/test/dbugeval3.awk @@ -0,0 +1,4 @@ + +function isnumeric(x) { + return (length(x) && x == x+0) +} |