csk_fn_sum_of_variable_args
Use this function to find the number of variables in an object that is
passed.
- String: csk_fn_sum_of_variable_args (Object... input)
- Input:
- Object... input: The input whose variables will be counted
- Example: $csk_fn_sum_of_variable_args$csk_fn_sum_of_variable_args(["2", "3", "4"])→ 9.0