3 lines
32 B
Text
3 lines
32 B
Text
|
|
(defun mutiply (a b)
|
||
|
|
(* a b))
|