Junior — Senior
Decorator that supplies missing function parameters
livecode
Task condition
Create a decorator that allows calling any function, even if not all of its parameters are provided during the call. If some arguments are missing, the decorator should substitute them with predefined values.