RosettaCodeData/Task/Function-definition/Yorick/function-definition.yorick

4 lines
42 B
Plaintext

func multiply(x, y) {
return x * y;
}