1*9a7741deSElliott Hughesfunction f(x) { x = 1; print x } 2*9a7741deSElliott Hughes{ f($0) 3*9a7741deSElliott Hughes f($1) } 4