(root)/
gawk-5.2.2/
test/
concat5.awk
BEGIN {
	OFMT = "%.8g"
	x = 1
	x += .1
	x = (x "a")
	print x
}