RosettaCodeData/Task/Function-definition/Eiffel/function-definition.e

5 lines
58 B
Plaintext

multiply(a, b: INTEGER): INTEGER
do
Result := a*b
end