~vcs-imports/gawk/master

1
2
3
4
function isnumeric(x) {
    return (length(x) && x == x+0)
}