aboutsummaryrefslogtreecommitdiffstats
path: root/test/concat5.awk
blob: 6bfbb856c58c55b201f0fc3722c2d4c891d07cb7 (plain)
1
2
3
4
5
6
7
BEGIN {
	OFMT = "%.8g"
	x = 1
	x += .1
	x = (x "a")
	print x
}