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
/
strtonum1.awk
blob: 79d6ad13a6016990e18585f11753883831e355f5 (
plain
)
1
2
3
4
5
BEGIN
{
x
=
"011"
print
x
+
0
# trigger NUMCUR
print
strtonum
(
x
)
}