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

3 lines
36 B
Common Lisp

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