RosettaCodeData/Task/Function-definition/J/function-definition-2.j

4 lines
33 B
Plaintext

multiply=: dyad define
x * y
)