(root)/
gawk-5.2.2/
test/
dbugeval3.awk
function isnumeric(x) {
    return (length(x) && x == x+0)
}