1*9a7741deSElliott Hughes{ ++i; --j; k++; l-- } 2*9a7741deSElliott HughesEND { print NR, i, j, k, l } 3