RosettaCodeData/Task/Function-definition/SPL/function-definition-2.spl

5 lines
34 B
Plaintext

multiply(a,b)=
x = a*b
<= x
.