Write a function that adds all parameters of a function to the code -- eg: ``` testfx = function(a,b,c) { ... } ``` becomes ``` testfx = function(a,b,c) { if (FALSE) { a=0; b=0; c=0; } } ```