3 lines
36 B
Text
3 lines
36 B
Text
|
|
(define (multiply x y)
|
||
|
|
(* x y))
|