4 lines
72 B
Text
4 lines
72 B
Text
|
|
function : Multiply(a : Float, b : Float) ~, Float {
|
||
|
|
return a * b;
|
||
|
|
}
|