Returns the number of parameters this function takes. This does not include the block parameter.
formula = def( x, y ) return x + y*2endparameters = formula.arity() // parameters is set to 2