ubuntu-buildroot/output/build/host-gawk-5.2.0/test/dbugeval3.awk

5 lines
62 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
function isnumeric(x) {
return (length(x) && x == x+0)
}