RosettaCodeData/Task/Function-definition/Emacs-Lisp/function-definition-1.l

3 lines
33 B
Common Lisp

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