github.com/benhoyt/goawk@v1.8.1/testdata/gawk/concat5.awk (about) 1 BEGIN { 2 OFMT = "%.8g" 3 x = 1 4 x += .1 5 x = (x "a") 6 print x 7 }