(root)/
gawk-5.2.2/
test/
profile6.awk
BEGIN {
	x = 3
	print -(-x)
	Q = "|"
	print -3 Q (-4)
	print -3 Q (-4) (-5)
}