(root)/
gawk-5.2.2/
test/
prec.awk
# check the precedence of operators:
BEGIN {
	$1 = i = 1
	$+i++
	$- -i++
	print
}