RosettaCodeData/Task/Function-definition/Lasso/function-definition-1.lasso

4 lines
44 B
Plaintext

define multiply(a,b) => {
return #a * #b
}