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
/
zero2.awk
blob: 8ecfb2f93b2802e4ce7258fefcef908d3238e789 (
plain
)
1
2
3
4
5
BEGIN
{
printf
"%d
\n
"
,
-
.
4
printf
"%d
\n
"
,
-
0.0
printf
"%d
\n
"
,
-
.
9
}