RosettaCodeData/Task/Function-definition/XLISP/function-definition-3.xlisp

3 lines
45 B
Plaintext

(define multiply
(lambda (x y) (* x y)))