6 lines
52 B
Text
6 lines
52 B
Text
|
|
real
|
||
|
|
multiply(real a, real b)
|
||
|
|
{
|
||
|
|
return a * b;
|
||
|
|
}
|