RosettaCodeData/Task/Function-definition/Sidef/function-definition.sidef

4 lines
35 B
Plaintext

func multiply(a, b) {
a * b;
}