3 lines
47 B
Text
3 lines
47 B
Text
|
|
real multiply(real a, real b)
|
||
|
|
= a * b;
|