4 lines
32 B
Text
4 lines
32 B
Text
|
|
fun {Multiply X Y}
|
||
|
|
X * Y
|
||
|
|
end
|