RosettaCodeData/Task/Function-definition/E/function-definition-1.e

4 lines
40 B
Plaintext

def multiply(a, b) {
return a * b
}