Short answer: no. Default values can only be invoked for the rightmost parameters in a call, and are invoked by not passing an argument for that parameter in the function call.
↧
Short answer: no. Default values can only be invoked for the rightmost parameters in a call, and are invoked by not passing an argument for that parameter in the function call.