aboutsummaryrefslogtreecommitdiffstats
path: root/test/dbugeval3.awk
blob: cc69752a94573d5fa8940b00461e9c87f7894e48 (plain)
1
2
3
4

function isnumeric(x) {
    return (length(x) && x == x+0)
}