RosettaCodeData/Task/Function-definition/J/function-definition-2.j
2023-07-01 13:44:08 -04:00

3 lines
33 B
Text

multiply=: dyad define
x * y
)