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
/
uplus.awk
blob: 3220f7fdef951fbe84f4dd1ce809fc59f798d7d7 (
plain
)
1
2
3
4
5
BEGIN
{
print
"01"
+
0
print
+
"01"
print
-
"01"
}