I want to supply an optional variable to a function, let the functions check whether this argument was supplied, and let it perform the corresponding set of computations. I thought I can use the '...' operator for that. I want to supply an optional variable to a func