3 lines
98 B
Text
3 lines
98 B
Text
% Module ceremony elided...
|
|
:- func multiply(integer, integer) = integer.
|
|
multiply(A, B) = A * B.
|