(root)/
gawk-5.2.2/
test/
opasnslf.awk
BEGIN {
	print b += b += 1
	b = 6
	print b += b++
	print b
}