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

3 lines
45 B
Common Lisp

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