3 lines
33 B
Text
3 lines
33 B
Text
|
|
(defun multiply (x y)
|
||
|
|
(* x y))
|