index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
dbugeval3.awk
blob: cc69752a94573d5fa8940b00461e9c87f7894e48 (
plain
)
1
2
3
4
function isnumeric
(
x
)
{
return
(
length
(
x
)
&&
x
==
x
+
0
)
}