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

3 lines
35 B
Common Lisp

(defun multiply (x y)
(* x y))