RosettaCodeData/Task/Function-definition/Hy/function-definition-2.hy
2017-09-25 22:28:19 +02:00

1 line
34 B
Hy

(def multiply (fn [a b] (* a b)))