RosettaCodeData/Task/Function-definition/HicEst/function-definition.hicest

4 lines
48 B
Plaintext

FUNCTION multiply(a, b)
multiply = a * b
END