RosettaCodeData/Task/Function-definition/Excel/function-definition.excel

5 lines
50 B
Plaintext

=LET(
MULTIPLY, LAMBDA(a, b, a * b),
...
)