From 2fb99a213dfe3a88087bdccb9f57b6de5f8a5644 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 17 Feb 2019 21:24:24 +0200 Subject: Fix calling user defined functions from eval. --- test/dbugeval3.awk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/dbugeval3.awk (limited to 'test/dbugeval3.awk') 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) +} -- cgit v1.2.3