RosettaCodeData/Task/Function-definition/Dyalect/function-definition-1.dyalect

4 lines
34 B
Plaintext

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