On 10/25/11 7:34 PM, Gor Gyolchanyan wrote: > I thought pure functions can't modify their parameters (along with any > other non-local variables). No, pure functions has no effect on how functions can access their parameters. David