4 lines
42 B
Text
4 lines
42 B
Text
|
|
func multiply(x, y) {
|
||
|
|
return x * y;
|
||
|
|
}
|