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