Tags
The previous post in this Simple Tricks series began an exploration into function parameters and arguments. (Parameters are what a function declares it takes. Arguments are values passed at runtime.)
We covered optional arguments with defaults and variable arity functions. We left off with variable arity keyword parameters and a synchronization problem.