1*e6d6c189SCody Peter MelloBEGIN { 2*e6d6c189SCody Peter Mello OFMT = "%.8g" 3*e6d6c189SCody Peter Mello x = 1 4*e6d6c189SCody Peter Mello x += .1 5*e6d6c189SCody Peter Mello x = (x "a") 6*e6d6c189SCody Peter Mello print x 7*e6d6c189SCody Peter Mello} 8