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

3 lines
35 B
Plaintext

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