Junior — Senior
Higher-order function via currying
livecode
Task condition
Write a function that implements currying, which takes a callback function and two numeric values, and then returns the result of calling the passed callback function with these two numbers as input parameters.