~vcs-imports/gawk/master

1
2
3
4
5
6
7
# check the precedence of operators:
BEGIN {
	$1 = i = 1
	$+i++
	$- -i++
	print
}