RosettaCodeData/Task/Function-definition/Aime/function-definition.aime

6 lines
52 B
Plaintext

real
multiply(real a, real b)
{
return a * b;
}