3 lines
73 B
Text
3 lines
73 B
Text
|
|
const func float: multiply (in float: a, in float: b) is
|
||
|
|
return a * b;
|