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
/
profile6.awk
blob: 754f8ae67cc8b574d6de2f9455718b60d82a315e (
plain
)
1
2
3
4
5
6
7
BEGIN
{
x
=
3
print
-
(
-x
)
Q
=
"|"
print
-
3
Q
(
-
4
)
print
-
3
Q
(
-
4
)
(
-
5
)
}