I want to make a function like this: calc( num1, num2, +) : num1 + num2 = output or if calc( num1, num2, /) : num1 / num2 = output
and the second question is that how