4 lines
87 B
Text
4 lines
87 B
Text
|
|
numeric function multiply(required numeric a, required numeric b){
|
||
|
|
return a * b;
|
||
|
|
}
|