index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
prec.awk
blob: 8b377348ce030e3ba09d81a0420db53ec766ea50 (
plain
)
1
2
3
4
5
6
7
# check the precedence of operators:
BEGIN
{
$
1
= i =
1
$
+
i
++
$
- -
i
++
print
}