RosettaCodeData/Task/Function-definition/Elena/function-definition-1.elena

3 lines
47 B
Plaintext

real multiply(real a, real b)
= a * b;