1*e6d6c189SCody Peter MelloBEGIN { a = a + 1; x = a; print a} 2*e6d6c189SCody Peter MelloBEGIN { ++b; x = b; print b} 3